From d36c3919d7676d11ce03e4be6f3af6815f4d9ee9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 9 Apr 2018 20:01:48 +0200 Subject: [PATCH] Update docker --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 839793112..359baad77 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( install_requires=[ 'async_timeout==2.0.0', 'aiohttp==3.0.9', - 'docker==3.1.1', + 'docker==3.2.0', 'colorlog==3.1.2', 'voluptuous==0.11.1', 'gitpython==2.1.8',