From 9f324205cbcd2a08e01f7a212ee5821d84190c45 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Dec 2017 13:37:14 +0100 Subject: [PATCH] Upgrade yarl to 0.15.0 (#10888) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index b45e0b2eaed..2e7acb212e2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -6,7 +6,7 @@ jinja2>=2.9.6 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.3.5 -yarl==0.14.0 +yarl==0.15.0 async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index 28ea2db3a61..c8b2b8a6326 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -7,7 +7,7 @@ jinja2>=2.9.6 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.3.5 -yarl==0.14.0 +yarl==0.15.0 async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index cbc497e4bd5..d79f11732ad 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ REQUIRES = [ 'voluptuous==0.10.5', 'typing>=3,<4', 'aiohttp==2.3.5', # If updated, check if yarl also needs an update! - 'yarl==0.14.0', + 'yarl==0.15.0', 'async_timeout==2.0.0', 'chardet==3.0.4', 'astral==1.4',