From afe3dd8dbb62500e62c02cdd4203e424255718b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 3 Jul 2017 13:48:53 +0200 Subject: [PATCH] Upgrade aiohttp to 2.2.2 (#8314) * Upgrade aiohttp to 2.2.1 * Upgrade to aiohttp to 2.2.2 --- 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 dd7b514f3a8..706836ea324 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ pip>=7.1.0 jinja2>=2.9.5 voluptuous==0.10.5 typing>=3,<4 -aiohttp==2.2.0 +aiohttp==2.2.2 async_timeout==1.2.1 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index c3793d5eff4..08efa45a179 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ pip>=7.1.0 jinja2>=2.9.5 voluptuous==0.10.5 typing>=3,<4 -aiohttp==2.2.0 +aiohttp==2.2.2 async_timeout==1.2.1 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index 77746cdcc23..22423952669 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ REQUIRES = [ 'jinja2>=2.9.5', 'voluptuous==0.10.5', 'typing>=3,<4', - 'aiohttp==2.2.0', + 'aiohttp==2.2.2', 'async_timeout==1.2.1', 'chardet==3.0.4', 'astral==1.4',