mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update async-timeout to 4.0.3 (#98370)
This commit is contained in:
parent
21acb5527f
commit
e36a8f6e8b
@ -2,7 +2,7 @@ aiodiscover==1.4.16
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp==3.8.5
|
||||
astral==2.2
|
||||
async-timeout==4.0.2
|
||||
async-timeout==4.0.3
|
||||
async-upnp-client==0.34.1
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==22.2.0
|
||||
|
@ -25,7 +25,7 @@ requires-python = ">=3.11.0"
|
||||
dependencies = [
|
||||
"aiohttp==3.8.5",
|
||||
"astral==2.2",
|
||||
"async-timeout==4.0.2",
|
||||
"async-timeout==4.0.3",
|
||||
"attrs==22.2.0",
|
||||
"atomicwrites-homeassistant==1.4.1",
|
||||
"awesomeversion==22.9.0",
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Home Assistant Core
|
||||
aiohttp==3.8.5
|
||||
astral==2.2
|
||||
async-timeout==4.0.2
|
||||
async-timeout==4.0.3
|
||||
attrs==22.2.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
awesomeversion==22.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user