Skip to content

Commit

Permalink
Bump atomicwrites (home-assistant#74758)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jul 8, 2022
1 parent 4209d77 commit 010b18b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 010b18b

Please sign in to comment.