From 6bc97922485dd4ce19aabb9e9a0cde469f36c85d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 23 Feb 2018 10:37:14 +0100 Subject: [PATCH] Update setup.py (#373) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5698177b..2eb19533e 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( install_requires=[ 'async_timeout==2.0.0', 'aiohttp==2.3.10', - 'docker==3.0.1', + 'docker==3.1.0', 'colorlog==3.1.2', 'voluptuous==0.11.1', 'gitpython==2.1.8',