From 36e470d640ec4f29c61f5338a3710190b02cb44a Mon Sep 17 00:00:00 2001 From: aiordache Date: Thu, 18 Feb 2021 17:18:08 +0100 Subject: [PATCH] Bump docker-py to 4.4.3 in setup.py Signed-off-by: aiordache --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57e131335..74012bf14 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires = [ 'texttable >= 0.9.0, < 2', 'websocket-client >= 0.32.0, < 1', 'distro >= 1.5.0, < 2', - 'docker[ssh] >= 4.4.0, < 5', + 'docker[ssh] >= 4.4.3, < 5', 'dockerpty >= 0.4.1, < 1', 'jsonschema >= 2.5.1, < 4', 'python-dotenv >= 0.13.0, < 1',