From 7b1cad223d7d05c87b507d93cef652bd91800103 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen 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 de9df889eba..ad03978c6ef 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 48e3ea452ff..3ed9ca223d4 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 98b148fa923..c345cac25c9 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 48d08ed0b89..daa4ca8ce3d 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 31a657d9888..cf5ae0519b9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -574,7 +574,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