Upgrade aiohttp to 3.1.2 (#13732)

This commit is contained in:
Fabian Affolter
2018-04-07 10:40:34 +02:00
committed by Daniel Høyer Iversen
parent b0fd2342db
commit fbb8a54c39
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.1.1',
'aiohttp==3.1.2',
'async_timeout==2.0.1',
'astral==1.6',
'certifi>=2017.4.17',