Skip to content

Commit

Permalink
Upgrade async_timeout to 1.4.0 (home-assistant#9488)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Sep 18, 2017
1 parent 0f7c358 commit a05afd5
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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'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',
]
Expand Down

0 comments on commit a05afd5

Please sign in to comment.