diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c91d7c84aa9f378d641a6ffc0b60e676898e26b1..814a4679e1d7cee8e7eb2eae7386eef68a119a75 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ pip>=8.0.3 jinja2>=2.10 voluptuous==0.11.1 typing>=3,<4 -aiohttp==3.0.7 +aiohttp==3.0.9 async_timeout==2.0.0 astral==1.6 certifi>=2017.4.17 diff --git a/requirements_all.txt b/requirements_all.txt index 839987611bcff75dae60c6bb84eeae2eac1212e6..c53084d4da24ea6d67aa62d0cef6ce97a7953753 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ pip>=8.0.3 jinja2>=2.10 voluptuous==0.11.1 typing>=3,<4 -aiohttp==3.0.7 +aiohttp==3.0.9 async_timeout==2.0.0 astral==1.6 certifi>=2017.4.17 diff --git a/setup.py b/setup.py index 2e44258c619265662f2b28227743844fcc80bae4..816458459f2eb74e770fb196d260be81cf34963d 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ REQUIRES = [ 'jinja2>=2.10', 'voluptuous==0.11.1', 'typing>=3,<4', - 'aiohttp==3.0.7', + 'aiohttp==3.0.9', 'async_timeout==2.0.0', 'astral==1.6', 'certifi>=2017.4.17',