mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update aiohttp to 3.9.0 (Python 3.12) (#104152)
This commit is contained in:
parent
878ccbaaef
commit
6773c29ccc
@ -4,7 +4,7 @@ aiodiscover==1.5.1
|
|||||||
aiohttp-fast-url-dispatcher==0.1.0
|
aiohttp-fast-url-dispatcher==0.1.0
|
||||||
aiohttp-zlib-ng==0.1.1
|
aiohttp-zlib-ng==0.1.1
|
||||||
aiohttp==3.8.5;python_version<'3.12'
|
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
|
aiohttp_cors==0.7.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async-upnp-client==0.36.2
|
async-upnp-client==0.36.2
|
||||||
|
@ -23,7 +23,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.11.0"
|
requires-python = ">=3.11.0"
|
||||||
dependencies = [
|
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==3.8.5;python_version<'3.12'",
|
||||||
"aiohttp_cors==0.7.0",
|
"aiohttp_cors==0.7.0",
|
||||||
"aiohttp-fast-url-dispatcher==0.1.0",
|
"aiohttp-fast-url-dispatcher==0.1.0",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
-c homeassistant/package_constraints.txt
|
-c homeassistant/package_constraints.txt
|
||||||
|
|
||||||
# Home Assistant Core
|
# 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==3.8.5;python_version<'3.12'
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
aiohttp-fast-url-dispatcher==0.1.0
|
aiohttp-fast-url-dispatcher==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user