From 010b18be34849baec7d956e96ae4bcb386d87025 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Fri, 8 Jul 2022 14:17:56 -0700
Subject: [PATCH] Bump atomicwrites (#74758)

---
 homeassistant/components/cloud/manifest.json | 2 +-
 homeassistant/package_constraints.txt        | 4 ++--
 pyproject.toml                               | 2 +-
 requirements.txt                             | 2 +-
 requirements_all.txt                         | 2 +-
 requirements_test_all.txt                    | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index d5d0c2c0370..4987169d280 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 a388f178df3..8f0e2087c14 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 60e0865fab9..621bbf68999 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 7826a9a0f26..fefa0f33ecb 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 bdb840ea88a..7c5512c6c00 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 d37ff39e79d..6c16b073632 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
-- 
GitLab