From d8cded637cd2003819c9ca7366a82df35f0fa3a1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 3 Aug 2017 10:11:32 +0200 Subject: [PATCH] Revert "Upgrade aiohttp to 2.2.4" This reverts commit 7c92f7e1adf7c43dfc2e64de21b832b14e6b38c4. --- 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 63fcdc351eb..9414bc98dc8 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ pip>=8.0.3 jinja2>=2.9.5 voluptuous==0.10.5 typing>=3,<4 -aiohttp==2.2.4 +aiohttp==2.2.3 async_timeout==1.2.1 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index bf3f91211e6..96b48ee63d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ pip>=8.0.3 jinja2>=2.9.5 voluptuous==0.10.5 typing>=3,<4 -aiohttp==2.2.4 +aiohttp==2.2.3 async_timeout==1.2.1 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index ebe7f893bcd..d19a074889a 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.4', + 'aiohttp==2.2.3', 'async_timeout==1.2.1', 'chardet==3.0.4', 'astral==1.4',