mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Update aiohttp to 3.8.6 (#101590)
This commit is contained in:
parent
031a9224fb
commit
bd93fbe91d
@ -1,5 +1,5 @@
|
||||
aiodiscover==1.5.1
|
||||
aiohttp==3.8.5
|
||||
aiohttp==3.8.6
|
||||
aiohttp_cors==0.7.0
|
||||
astral==2.2
|
||||
async-upnp-client==0.36.1
|
||||
|
@ -23,7 +23,7 @@ classifiers = [
|
||||
]
|
||||
requires-python = ">=3.11.0"
|
||||
dependencies = [
|
||||
"aiohttp==3.8.5",
|
||||
"aiohttp==3.8.6",
|
||||
"astral==2.2",
|
||||
"attrs==23.1.0",
|
||||
"atomicwrites-homeassistant==1.4.1",
|
||||
|
@ -1,7 +1,7 @@
|
||||
-c homeassistant/package_constraints.txt
|
||||
|
||||
# Home Assistant Core
|
||||
aiohttp==3.8.5
|
||||
aiohttp==3.8.6
|
||||
astral==2.2
|
||||
attrs==23.1.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user