From b99663296592f6c8c480b02bdd4d08d7088cc291 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Mar 2018 14:25:00 +0200 Subject: [PATCH] Upgrade aiohttp to 3.1.0 (#13451) --- 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 e43e1f3dafe..317c1c8bc6c 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.0.9 +aiohttp==3.1.0 async_timeout==2.0.1 astral==1.6 certifi>=2017.4.17 diff --git a/requirements_all.txt b/requirements_all.txt index 3eb4367d7de..79e371e0b48 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.0.9 +aiohttp==3.1.0 async_timeout==2.0.1 astral==1.6 certifi>=2017.4.17 diff --git a/setup.py b/setup.py index a317aeb18f1..9324713e71e 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ REQUIRES = [ 'jinja2>=2.10', 'voluptuous==0.11.1', 'typing>=3,<4', - 'aiohttp==3.0.9', + 'aiohttp==3.1.0', 'async_timeout==2.0.1', 'astral==1.6', 'certifi>=2017.4.17',