Upgrade to aiohttp 2.0.6 (#6992)

This commit is contained in:
Paulus Schoutsen 2017-04-08 18:29:28 -07:00 committed by GitHub
parent 5d3fe83e62
commit eb0a9869d8
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.9.5',
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==2.0.5',
'aiohttp==2.0.6',
'async_timeout==1.2.0',
]