Update aiohttp to 3.9.0 (Python 3.12) (#104152)
parent
878ccbaaef
commit
6773c29ccc
|
@ -4,7 +4,7 @@ aiodiscover==1.5.1
|
|||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
aiohttp-zlib-ng==0.1.1
|
||||
aiohttp==3.8.5;python_version<'3.12'
|
||||
aiohttp==3.9.0rc0;python_version>='3.12'
|
||||
aiohttp==3.9.0;python_version>='3.12'
|
||||
aiohttp_cors==0.7.0
|
||||
astral==2.2
|
||||
async-upnp-client==0.36.2
|
||||
|
|
|
@ -23,7 +23,7 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.11.0"
|
||||
dependencies = [
|
||||
"aiohttp==3.9.0rc0;python_version>='3.12'",
|
||||
"aiohttp==3.9.0;python_version>='3.12'",
|
||||
"aiohttp==3.8.5;python_version<'3.12'",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-url-dispatcher==0.1.0",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
-c homeassistant/package_constraints.txt
|
||||
|
||||
# Home Assistant Core
|
||||
aiohttp==3.9.0rc0;python_version>='3.12'
|
||||
aiohttp==3.9.0;python_version>='3.12'
|
||||
aiohttp==3.8.5;python_version<'3.12'
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
|
|
Loading…
Reference in New Issue