Upgrade async_timeout to 1.2.0 (#6590)

This commit is contained in:
Fabian Affolter 2017-03-13 21:01:25 +01:00 committed by Pascal Vizeli
parent 253dee8e4d
commit 2bbaac44d4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jinja2>=2.9.5
voluptuous==0.9.3
typing>=3,<4
aiohttp==1.3.3
async_timeout==1.1.0
async_timeout==1.2.0
# homeassistant.components.nuimo_controller
--only-binary=all http://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0

View file

@ -23,7 +23,7 @@ REQUIRES = [
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==1.3.3',
'async_timeout==1.1.0',
'async_timeout==1.2.0',
]
setup(