1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade aiohttp to 1.3.2 (#6059)

This commit is contained in:
Fabian Affolter
2017-02-17 21:39:29 +01:00
committed by Pascal Vizeli
parent 8a5fe38d69
commit ca9eb31d1d
2 changed files with 2 additions and 2 deletions

View File

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