Update aiohttp to 1.3.3 (#6129)

This commit is contained in:
Pascal Vizeli 2017-02-21 06:29:38 +01:00 committed by Paulus Schoutsen
parent 1d4c3febee
commit 1910440a3c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pip>=7.0.0
jinja2>=2.8
voluptuous==0.9.3
typing>=3,<4
aiohttp==1.3.2
aiohttp==1.3.3
async_timeout==1.1.0
# homeassistant.components.nuimo_controller

View File

@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.8',
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==1.3.2',
'aiohttp==1.3.3',
'async_timeout==1.1.0',
]