Upgrade aiohttp to 2.2.2 (#8314)

* Upgrade aiohttp to 2.2.1

* Upgrade to aiohttp to 2.2.2
This commit is contained in:
Fabian Affolter 2017-07-03 13:48:53 +02:00 committed by GitHub
parent bf96f28e95
commit afe3dd8dbb
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.9.5',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.2.0',
'aiohttp==2.2.2',
'async_timeout==1.2.1',
'chardet==3.0.4',
'astral==1.4',