From 58616ef686744a4392335e373ec640b5e1676434 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 14 Mar 2018 21:12:08 +0100 Subject: [PATCH] bugfix aiohttp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d47002305..839793112 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( include_package_data=True, install_requires=[ 'async_timeout==2.0.0', - 'aiohttp==3.0.7', + 'aiohttp==3.0.9', 'docker==3.1.1', 'colorlog==3.1.2', 'voluptuous==0.11.1',