Upgrade aiohttp to 3.7.4.post0 (#47627)

This commit is contained in:
Franck Nijhof
2021-03-08 23:18:55 +01:00
committed by GitHub
parent fbf8b68488
commit efe415f225
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=["tests", "tests.*"])
REQUIRES = [
"aiohttp==3.7.4",
"aiohttp==3.7.4.post0",
"astral==1.10.1",
"async_timeout==3.0.1",
"attrs==20.3.0",