Skip to content

Commit

Permalink
Upgrade aiohttp to 2.2.3 (home-assistant#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Jul 6, 2017
1 parent 46e0306 commit d655c0e
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 @@ -5,7 +5,7 @@ pip>=7.1.0
jinja2>=2.9.5
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.2
aiohttp==2.2.3
async_timeout==1.2.1
chardet==3.0.4
astral==1.4
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip>=7.1.0
jinja2>=2.9.5
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.2
aiohttp==2.2.3
async_timeout==1.2.1
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 @@ -22,7 +22,7 @@
'jinja2>=2.9.5',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.2.2',
'aiohttp==2.2.3',
'async_timeout==1.2.1',
'chardet==3.0.4',
'astral==1.4',
Expand Down

0 comments on commit d655c0e

Please sign in to comment.