diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index d5d0c2c03705e376245a741e1896afcefcf05d86..4987169d280448d9d3942cda9efaa7672a15c8f5 100644
--- a/homeassistant/components/cloud/manifest.json
+++ b/homeassistant/components/cloud/manifest.json
@@ -2,7 +2,7 @@
   "domain": "cloud",
   "name": "Home Assistant Cloud",
   "documentation": "https://www.home-assistant.io/integrations/cloud",
-  "requirements": ["hass-nabucasa==0.54.0"],
+  "requirements": ["hass-nabucasa==0.54.1"],
   "dependencies": ["http", "webhook"],
   "after_dependencies": ["google_assistant", "alexa"],
   "codeowners": ["@home-assistant/cloud"],
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index a388f178df31796474214c2e6ff3a3b4d6b09414..8f0e2087c14d964710879ae6ecc7bda4ee8f760e 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -6,7 +6,7 @@ aiohttp_cors==0.7.0
 astral==2.2
 async-upnp-client==0.31.2
 async_timeout==4.0.2
-atomicwrites==1.4.0
+atomicwrites-homeassistant==1.4.1
 attrs==21.2.0
 awesomeversion==22.6.0
 bcrypt==3.1.7
@@ -14,7 +14,7 @@ certifi>=2021.5.30
 ciso8601==2.2.0
 cryptography==36.0.2
 fnvhash==0.1.0
-hass-nabucasa==0.54.0
+hass-nabucasa==0.54.1
 home-assistant-frontend==20220707.0
 httpx==0.23.0
 ifaddr==0.1.7
diff --git a/pyproject.toml b/pyproject.toml
index 60e0865fab9cdd928b336054c4d94874558d584a..621bbf68999a7a12a973fd6d58717c5514c871f0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ dependencies    = [
     "astral==2.2",
     "async_timeout==4.0.2",
     "attrs==21.2.0",
-    "atomicwrites==1.4.0",
+    "atomicwrites-homeassistant==1.4.1",
     "awesomeversion==22.6.0",
     "bcrypt==3.1.7",
     "certifi>=2021.5.30",
diff --git a/requirements.txt b/requirements.txt
index 7826a9a0f261015d6952dd997c2ae926c8fee9cb..fefa0f33ecb2c0d73f45e09ce17babc8d6e02f2f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ aiohttp==3.8.1
 astral==2.2
 async_timeout==4.0.2
 attrs==21.2.0
-atomicwrites==1.4.0
+atomicwrites-homeassistant==1.4.1
 awesomeversion==22.6.0
 bcrypt==3.1.7
 certifi>=2021.5.30
diff --git a/requirements_all.txt b/requirements_all.txt
index bdb840ea88add19f573de520e79b36b24c4ff376..7c5512c6c00416e99d40a25bcbdb7a1f9dcc0a40 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -795,7 +795,7 @@ habitipy==0.2.0
 hangups==0.4.18
 
 # homeassistant.components.cloud
-hass-nabucasa==0.54.0
+hass-nabucasa==0.54.1
 
 # homeassistant.components.splunk
 hass_splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d37ff39e79d06eccd8292e0190ffd6b46c16435b..6c16b0736323668d2b6a8108927d2a7f885a903f 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -577,7 +577,7 @@ habitipy==0.2.0
 hangups==0.4.18
 
 # homeassistant.components.cloud
-hass-nabucasa==0.54.0
+hass-nabucasa==0.54.1
 
 # homeassistant.components.tasmota
 hatasmota==0.5.1