update async_timeout from v1.4.0 tp v2.0.0 (#9938)

This commit is contained in:
TopdRob 2017-10-18 09:48:00 +02:00 committed by Pascal Vizeli
parent 3700fce859
commit 33f8ca5abc
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.5
async_timeout==1.4.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -7,7 +7,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.5
async_timeout==1.4.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -23,7 +23,7 @@ REQUIRES = [
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.2.5',
'async_timeout==1.4.0',
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.4',
]