diff --git a/requirements.txt b/requirements.txt index 2b281ae82..9079315d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asn1crypto==0.22.0 backports.ssl-match-hostname==3.5.0.1 cffi==1.10.0 cryptography==1.9 -docker-pycreds==0.2.2 +docker-pycreds==0.2.3 enum34==1.1.6 idna==2.5 ipaddress==1.0.18 diff --git a/setup.py b/setup.py index 1153f784b..a65437efe 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'requests >= 2.14.2, != 2.18.0', 'six >= 1.4.0', 'websocket-client >= 0.32.0', - 'docker-pycreds >= 0.2.2' + 'docker-pycreds >= 0.2.3' ] extras_require = {