Upgrade async_timeout to 4.0.2 (#64008)

This commit is contained in:
Marc Mueller 2022-01-13 00:49:31 +01:00 committed by GitHub
parent f43c4d51e1
commit 1dfb929986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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",