From ab0a0d69d98af05afb8edf9293088dc29cbe764a Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 10 Jan 2019 13:50:28 -0800 Subject: [PATCH] Bump SDK version -> 3.7.0 Signed-off-by: Joffrey F --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fbb285b6b..cf569ed23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ cached-property==1.3.0 certifi==2017.4.17 chardet==3.0.4 colorama==0.4.0; sys_platform == 'win32' -docker==3.6.0 -docker-pycreds==0.3.0 +docker==3.7.0 +docker-pycreds==0.4.0 dockerpty==0.4.1 docopt==0.6.2 enum34==1.1.6; python_version < '3.4' diff --git a/setup.py b/setup.py index 4c49bab7b..1ef0da5c5 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires = [ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21', 'texttable >= 0.9.0, < 0.10', 'websocket-client >= 0.32.0, < 1.0', - 'docker[ssh] >= 3.6.0, < 4.0', + 'docker[ssh] >= 3.7.0, < 4.0', 'dockerpty >= 0.4.1, < 0.5', 'six >= 1.3.0, < 2', 'jsonschema >= 2.5.1, < 3',