Upgrade aiohttp to 2.3.5 (#10889)

This commit is contained in:
Fabian Affolter 2017-12-01 12:22:28 +01:00 committed by Pascal Vizeli
parent d8003c4d87
commit 9a0a5b7867
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ pip>=8.0.3
jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.2
aiohttp==2.3.5
yarl==0.14.0
async_timeout==2.0.0
chardet==3.0.4

View File

@ -6,7 +6,7 @@ pip>=8.0.3
jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.2
aiohttp==2.3.5
yarl==0.14.0
async_timeout==2.0.0
chardet==3.0.4

View File

@ -53,7 +53,7 @@ REQUIRES = [
'jinja2>=2.9.6',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.3.2', # If updated, check if yarl also needs an update!
'aiohttp==2.3.5', # If updated, check if yarl also needs an update!
'yarl==0.14.0',
'async_timeout==2.0.0',
'chardet==3.0.4',