Skip to content

Commit

Permalink
Upgrade async_timeout to 2.0.1 (#13290)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Mar 18, 2018
1 parent d042b3d commit 8ed3024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -6,7 +6,7 @@ jinja2>=2.10
voluptuous==0.11.1
typing>=3,<4
aiohttp==3.0.9
async_timeout==2.0.0
async_timeout==2.0.1
astral==1.6
certifi>=2017.4.17
attrs==17.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -7,7 +7,7 @@ jinja2>=2.10
voluptuous==0.11.1
typing>=3,<4
aiohttp==3.0.9
async_timeout==2.0.0
async_timeout==2.0.1
astral==1.6
certifi>=2017.4.17
attrs==17.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
'voluptuous==0.11.1',
'typing>=3,<4',
'aiohttp==3.0.9',
'async_timeout==2.0.0',
'async_timeout==2.0.1',
'astral==1.6',
'certifi>=2017.4.17',
'attrs==17.4.0',
Expand Down

0 comments on commit 8ed3024

Please sign in to comment.