Update aiohttp to 3.8.6 (#101590)

This commit is contained in:
Marc Mueller 2023-10-07 18:14:08 +02:00 committed by GitHub
parent 031a9224fb
commit bd93fbe91d
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,5 +1,5 @@
aiodiscover==1.5.1 aiodiscover==1.5.1
aiohttp==3.8.5 aiohttp==3.8.6
aiohttp_cors==0.7.0 aiohttp_cors==0.7.0
astral==2.2 astral==2.2
async-upnp-client==0.36.1 async-upnp-client==0.36.1

View File

@ -23,7 +23,7 @@ classifiers = [
] ]
requires-python = ">=3.11.0" requires-python = ">=3.11.0"
dependencies = [ dependencies = [
"aiohttp==3.8.5", "aiohttp==3.8.6",
"astral==2.2", "astral==2.2",
"attrs==23.1.0", "attrs==23.1.0",
"atomicwrites-homeassistant==1.4.1", "atomicwrites-homeassistant==1.4.1",

View File

@ -1,7 +1,7 @@
-c homeassistant/package_constraints.txt -c homeassistant/package_constraints.txt
# Home Assistant Core # Home Assistant Core
aiohttp==3.8.5 aiohttp==3.8.6
astral==2.2 astral==2.2
attrs==23.1.0 attrs==23.1.0
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1