diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index aac86d17a5b..3080160dfce 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.6 -yarl==0.15.0 +yarl==0.16.0 async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index 49bf3338fec..70136737aea 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.6 -yarl==0.15.0 +yarl==0.16.0 async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index 49e3358cb72..fe60a15e32e 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ REQUIRES = [ 'voluptuous==0.10.5', 'typing>=3,<4', 'aiohttp==2.3.6', # If updated, check if yarl also needs an update! - 'yarl==0.15.0', + 'yarl==0.16.0', 'async_timeout==2.0.0', 'chardet==3.0.4', 'astral==1.4',