Upgrade aiohttp to 1.3.5 (#6660)

pull/6833/head
Fabian Affolter 2017-03-16 18:04:00 +01:00 committed by GitHub
parent c46ba3446d
commit a2365eccf6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pip>=7.0.0
jinja2>=2.9.5
voluptuous==0.9.3
typing>=3,<4
aiohttp==1.3.4
aiohttp==1.3.5
async_timeout==1.2.0
# homeassistant.components.nuimo_controller

View File

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