Skip to content

Commit

Permalink
Downgrade aiohttp to 205 (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Apr 9, 2017
1 parent a6dc86f commit f6e819e
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,5 +5,5 @@ pip>=7.1.0
jinja2>=2.9.5
voluptuous==0.9.3
typing>=3,<4
aiohttp==2.0.6
aiohttp==2.0.5
async_timeout==1.2.0
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.9.3
typing>=3,<4
aiohttp==2.0.6
aiohttp==2.0.5
async_timeout==1.2.0

# homeassistant.components.nuimo_controller
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.9.3',
'typing>=3,<4',
'aiohttp==2.0.6',
'aiohttp==2.0.5',
'async_timeout==1.2.0',
]

Expand Down

0 comments on commit f6e819e

Please sign in to comment.