Skip to content

Commit

Permalink
Pin yarl (#10528)
Browse files Browse the repository at this point in the history
* Pin yarl

* Update requirements
  • Loading branch information
tinloaf authored and balloob committed Nov 11, 2017
1 parent f3a90d6 commit b284cc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -5,7 +5,8 @@ pip>=8.0.3
jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.1
aiohttp==2.3.2
yarl==0.14.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4
Expand Down
3 changes: 2 additions & 1 deletion requirements_all.txt
Expand Up @@ -6,7 +6,8 @@ pip>=8.0.3
jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.1
aiohttp==2.3.2
yarl==0.14.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -53,7 +53,8 @@
'jinja2>=2.9.6',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.3.1',
'aiohttp==2.3.2', # If updated, check if yarl also needs an update!
'yarl==0.14.0',
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.4',
Expand Down

0 comments on commit b284cc5

Please sign in to comment.