Update aiohttp to 3.8.5 (#96945)
parent
fff254e0dc
commit
c99adf54b4
|
@ -1,6 +1,6 @@
|
|||
aiodiscover==1.4.16
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp==3.8.4
|
||||
aiohttp==3.8.5
|
||||
astral==2.2
|
||||
async-timeout==4.0.2
|
||||
async-upnp-client==0.33.2
|
||||
|
|
|
@ -24,7 +24,7 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.10.0"
|
||||
dependencies = [
|
||||
"aiohttp==3.8.4",
|
||||
"aiohttp==3.8.5",
|
||||
"astral==2.2",
|
||||
"async-timeout==4.0.2",
|
||||
"attrs==22.2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-c homeassistant/package_constraints.txt
|
||||
|
||||
# Home Assistant Core
|
||||
aiohttp==3.8.4
|
||||
aiohttp==3.8.5
|
||||
astral==2.2
|
||||
async-timeout==4.0.2
|
||||
attrs==22.2.0
|
||||
|
|
Loading…
Reference in New Issue