From 9fe43714c61441ed36042b996c2e178da979fa2b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Apr 2018 13:32:16 +0200 Subject: [PATCH] Upgrade aiohttp to 3.1.3 (#13938) --- 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 9e21055f0c1..6de885942fb 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.1.2 +aiohttp==3.1.3 async_timeout==2.0.1 astral==1.6 certifi>=2017.4.17 diff --git a/requirements_all.txt b/requirements_all.txt index b3cf4dbeec1..83c35033858 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.1.2 +aiohttp==3.1.3 async_timeout==2.0.1 astral==1.6 certifi>=2017.4.17 diff --git a/setup.py b/setup.py index 602c1d19cbd..8815b0227ad 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ REQUIRES = [ 'jinja2>=2.10', 'voluptuous==0.11.1', 'typing>=3,<4', - 'aiohttp==3.1.2', + 'aiohttp==3.1.3', 'async_timeout==2.0.1', 'astral==1.6', 'certifi>=2017.4.17',