Update aiohttp to 3.8.5 (#96945)

This commit is contained in:
Franck Nijhof 2023-07-20 16:11:14 +02:00 committed by GitHub
parent fff254e0dc
commit c99adf54b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",

View file

@ -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