1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Upgrade async_timeout to 1.4.0 (#9488)

This commit is contained in:
Fabian Affolter 2017-09-18 23:03:02 +02:00 committed by Pascal Vizeli
parent 0f7c35859b
commit a05afd58e9
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.3.0
async_timeout==1.4.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.3.0
async_timeout==1.4.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.3.0',
'async_timeout==1.4.0',
'chardet==3.0.4',
'astral==1.4',
]