Upgrade aiohttp to 3.5.1 (#19584)

This commit is contained in:
Fabian Affolter 2018-12-27 21:56:08 +01:00 committed by Paulus Schoutsen
parent b32e6fe0d5
commit fe14be53e3
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.4.4',
'aiohttp==3.5.1',
'astral==1.7.1',
'async_timeout==3.0.1',
'attrs==18.2.0',