Upgrade async_timeout to 1.2.1 (#7490)

This commit is contained in:
Fabian Affolter 2017-05-08 17:02:37 +02:00 committed by Pascal Vizeli
parent 86b34b40a1
commit d7e3962cc0
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ REQUIRES = [
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.0.7',
'async_timeout==1.2.0',
'async_timeout==1.2.1',
'chardet==3.0.2'
]