Bump atomicwrites (#74758)
parent
e80fd4fc78
commit
7b1cad223d
|
@ -2,7 +2,7 @@
|
||||||
"domain": "cloud",
|
"domain": "cloud",
|
||||||
"name": "Home Assistant Cloud",
|
"name": "Home Assistant Cloud",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
||||||
"requirements": ["hass-nabucasa==0.54.0"],
|
"requirements": ["hass-nabucasa==0.54.1"],
|
||||||
"dependencies": ["http", "webhook"],
|
"dependencies": ["http", "webhook"],
|
||||||
"after_dependencies": ["google_assistant", "alexa"],
|
"after_dependencies": ["google_assistant", "alexa"],
|
||||||
"codeowners": ["@home-assistant/cloud"],
|
"codeowners": ["@home-assistant/cloud"],
|
||||||
|
|
|
@ -6,7 +6,7 @@ aiohttp_cors==0.7.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async-upnp-client==0.31.2
|
async-upnp-client==0.31.2
|
||||||
async_timeout==4.0.2
|
async_timeout==4.0.2
|
||||||
atomicwrites==1.4.0
|
atomicwrites-homeassistant==1.4.1
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
awesomeversion==22.6.0
|
awesomeversion==22.6.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
|
@ -14,7 +14,7 @@ certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
cryptography==36.0.2
|
cryptography==36.0.2
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
hass-nabucasa==0.54.0
|
hass-nabucasa==0.54.1
|
||||||
home-assistant-frontend==20220707.0
|
home-assistant-frontend==20220707.0
|
||||||
httpx==0.23.0
|
httpx==0.23.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
|
|
|
@ -28,7 +28,7 @@ dependencies = [
|
||||||
"astral==2.2",
|
"astral==2.2",
|
||||||
"async_timeout==4.0.2",
|
"async_timeout==4.0.2",
|
||||||
"attrs==21.2.0",
|
"attrs==21.2.0",
|
||||||
"atomicwrites==1.4.0",
|
"atomicwrites-homeassistant==1.4.1",
|
||||||
"awesomeversion==22.6.0",
|
"awesomeversion==22.6.0",
|
||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2021.5.30",
|
"certifi>=2021.5.30",
|
||||||
|
|
|
@ -5,7 +5,7 @@ aiohttp==3.8.1
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async_timeout==4.0.2
|
async_timeout==4.0.2
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
atomicwrites==1.4.0
|
atomicwrites-homeassistant==1.4.1
|
||||||
awesomeversion==22.6.0
|
awesomeversion==22.6.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
|
|
|
@ -795,7 +795,7 @@ habitipy==0.2.0
|
||||||
hangups==0.4.18
|
hangups==0.4.18
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.54.0
|
hass-nabucasa==0.54.1
|
||||||
|
|
||||||
# homeassistant.components.splunk
|
# homeassistant.components.splunk
|
||||||
hass_splunk==0.1.1
|
hass_splunk==0.1.1
|
||||||
|
|
|
@ -574,7 +574,7 @@ habitipy==0.2.0
|
||||||
hangups==0.4.18
|
hangups==0.4.18
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.54.0
|
hass-nabucasa==0.54.1
|
||||||
|
|
||||||
# homeassistant.components.tasmota
|
# homeassistant.components.tasmota
|
||||||
hatasmota==0.5.1
|
hatasmota==0.5.1
|
||||||
|
|
Loading…
Reference in New Issue