Bump to aiohttp 3.8.0 (#58974)
This commit is contained in:
parent
23cb396aad
commit
10d6247fee
106 changed files with 221 additions and 142 deletions
4
setup.py
4
setup.py
|
@ -32,9 +32,9 @@ PROJECT_URLS = {
|
|||
PACKAGES = find_packages(exclude=["tests", "tests.*"])
|
||||
|
||||
REQUIRES = [
|
||||
"aiohttp==3.7.4.post0",
|
||||
"aiohttp==3.8.0",
|
||||
"astral==2.2",
|
||||
"async_timeout==3.0.1",
|
||||
"async_timeout==4.0.0",
|
||||
"attrs==21.2.0",
|
||||
"awesomeversion==21.10.1",
|
||||
'backports.zoneinfo;python_version<"3.9"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue