From 81b21117517c15e4b5593fc130e76e35a81247e1 Mon Sep 17 00:00:00 2001 From: John Mihalic Date: Tue, 30 May 2017 00:54:16 -0400 Subject: [PATCH] Bump aiohttp to 2.1.0 (#7825) --- 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 d65d9438716..28e392edf31 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.0.7 +aiohttp==2.1.0 async_timeout==1.2.1 chardet==3.0.2 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index 23070d75ab8..f354ecf6ec7 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.0.7 +aiohttp==2.1.0 async_timeout==1.2.1 chardet==3.0.2 astral==1.4 diff --git a/setup.py b/setup.py index d067a9019b3..c0accb33b6f 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.0.7', + 'aiohttp==2.1.0', 'async_timeout==1.2.1', 'chardet==3.0.2', 'astral==1.4',