Upgrade async_timeout to 4.0.2 (#64008)
This commit is contained in:
parent
f43c4d51e1
commit
1dfb929986
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ aiohttp==3.8.1
|
|||
aiohttp_cors==0.7.0
|
||||
astral==2.2
|
||||
async-upnp-client==0.23.3
|
||||
async_timeout==4.0.0
|
||||
async_timeout==4.0.2
|
||||
atomicwrites==1.4.0
|
||||
attrs==21.2.0
|
||||
awesomeversion==22.1.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Home Assistant Core
|
||||
aiohttp==3.8.1
|
||||
astral==2.2
|
||||
async_timeout==4.0.0
|
||||
async_timeout==4.0.2
|
||||
attrs==21.2.0
|
||||
atomicwrites==1.4.0
|
||||
awesomeversion==22.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ PACKAGES = find_packages(exclude=["tests", "tests.*"])
|
|||
REQUIRES = [
|
||||
"aiohttp==3.8.1",
|
||||
"astral==2.2",
|
||||
"async_timeout==4.0.0",
|
||||
"async_timeout==4.0.2",
|
||||
"attrs==21.2.0",
|
||||
"atomicwrites==1.4.0",
|
||||
"awesomeversion==22.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue