From e4dbf8033c4a18e0c5068a604ee324fd61a59db9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Jun 2017 00:35:49 +0200 Subject: [PATCH] Upgrade aiohttp to 2.2.0 (#8121) --- 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 28e392edf31..f4230db153e 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.1.0 +aiohttp==2.2.0 async_timeout==1.2.1 chardet==3.0.2 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index fe2f3993f16..59359ad3c7d 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.1.0 +aiohttp==2.2.0 async_timeout==1.2.1 chardet==3.0.2 astral==1.4 diff --git a/setup.py b/setup.py index c0accb33b6f..3a37874a08f 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.1.0', + 'aiohttp==2.2.0', 'async_timeout==1.2.1', 'chardet==3.0.2', 'astral==1.4',