From 15ae1f09f88b943aba35fb45f97e2d86de92a8ce Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 14 Feb 2018 16:02:04 -0800 Subject: [PATCH] Bump docker-pycreds to 0.2.2 (pass support) Signed-off-by: Joffrey F --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1602750f..2b281ae8 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.1 +docker-pycreds==0.2.2 enum34==1.1.6 idna==2.5 ipaddress==1.0.18 diff --git a/setup.py b/setup.py index b628f4a8..271d94f2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ requirements = [ 'requests >= 2.14.2, != 2.18.0', 'six >= 1.4.0', 'websocket-client >= 0.32.0', - 'docker-pycreds >= 0.2.1' + 'docker-pycreds >= 0.2.2' ] extras_require = {