From 198a234468639ea257772e64a8b703706642054c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 15 Mar 2017 22:30:46 +0100 Subject: [PATCH] aioHttp 1.3.4 (#6643) --- requirements_all.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index 02ef5e3ec11..533843c09f8 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ pip>=7.0.0 jinja2>=2.9.5 voluptuous==0.9.3 typing>=3,<4 -aiohttp==1.3.3 +aiohttp==1.3.4 async_timeout==1.2.0 # homeassistant.components.nuimo_controller diff --git a/setup.py b/setup.py index ea05a06fef9..fbfebf668bb 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ REQUIRES = [ 'jinja2>=2.9.5', 'voluptuous==0.9.3', 'typing>=3,<4', - 'aiohttp==1.3.3', + 'aiohttp==1.3.4', 'async_timeout==1.2.0', ]