mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Revert "Bump async_timeout to 4.0.1" (#59601)
This commit is contained in:
parent
f00effaba2
commit
9769a8c08e
@ -5,7 +5,7 @@ aiohttp==3.8.0
|
|||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async-upnp-client==0.22.12
|
async-upnp-client==0.22.12
|
||||||
async_timeout==4.0.1
|
async_timeout==4.0.0
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
awesomeversion==21.10.1
|
awesomeversion==21.10.1
|
||||||
backports.zoneinfo;python_version<"3.9"
|
backports.zoneinfo;python_version<"3.9"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Home Assistant Core
|
# Home Assistant Core
|
||||||
aiohttp==3.8.0
|
aiohttp==3.8.0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async_timeout==4.0.1
|
async_timeout==4.0.0
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
awesomeversion==21.10.1
|
awesomeversion==21.10.1
|
||||||
backports.zoneinfo;python_version<"3.9"
|
backports.zoneinfo;python_version<"3.9"
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ PACKAGES = find_packages(exclude=["tests", "tests.*"])
|
|||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
"aiohttp==3.8.0",
|
"aiohttp==3.8.0",
|
||||||
"astral==2.2",
|
"astral==2.2",
|
||||||
"async_timeout==4.0.1",
|
"async_timeout==4.0.0",
|
||||||
"attrs==21.2.0",
|
"attrs==21.2.0",
|
||||||
"awesomeversion==21.10.1",
|
"awesomeversion==21.10.1",
|
||||||
'backports.zoneinfo;python_version<"3.9"',
|
'backports.zoneinfo;python_version<"3.9"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user