From 757f7b784d19bf3f3e23cd8f9e59079ed0d3b4fa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 2 Jul 2020 12:50:15 +0200 Subject: [PATCH] setyp.py: fix minimum docker-py requirement to 4.2.2 Signed-off-by: Sebastiaan van Stijn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac55ce44f..2eddebc2c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ install_requires = [ 'texttable >= 0.9.0, < 2', 'websocket-client >= 0.32.0, < 1', 'distro >= 1.5.0, < 2', - 'docker[ssh] >= 4.2.1, < 5', + 'docker[ssh] >= 4.2.2, < 5', 'dockerpty >= 0.4.1, < 1', 'six >= 1.3.0, < 2', 'jsonschema >= 2.5.1, < 4',