Upgrade to aiohttp 3.7.1 (#42305)

This commit is contained in:
J. Nick Koston 2020-10-25 08:44:39 -05:00 committed by GitHub
parent 99e2d13668
commit 221bb5ad52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View file

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