Upgrade aiohttp to 3.1.0 (#13451)

This commit is contained in:
Fabian Affolter 2018-03-25 14:25:00 +02:00 committed by Daniel Høyer Iversen
parent eaf81150ea
commit b996632965
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ REQUIRES = [
'jinja2>=2.10',
'voluptuous==0.11.1',
'typing>=3,<4',
'aiohttp==3.0.9',
'aiohttp==3.1.0',
'async_timeout==2.0.1',
'astral==1.6',
'certifi>=2017.4.17',