Bump aiohttp to 3.6.2 (#27409)

This commit is contained in:
Franck Nijhof 2019-10-10 21:52:40 +02:00 committed by Paulus Schoutsen
parent 4f4bbedc58
commit aecf7e65ff
3 changed files with 3 additions and 3 deletions

View file

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