Bump docker-pycreds dependency

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-04-25 14:02:53 -07:00 committed by Joffrey F
parent 1d6f8ecf92
commit e1ab5457ca
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ asn1crypto==0.22.0
backports.ssl-match-hostname==3.5.0.1 backports.ssl-match-hostname==3.5.0.1
cffi==1.10.0 cffi==1.10.0
cryptography==1.9 cryptography==1.9
docker-pycreds==0.2.2 docker-pycreds==0.2.3
enum34==1.1.6 enum34==1.1.6
idna==2.5 idna==2.5
ipaddress==1.0.18 ipaddress==1.0.18

View File

@ -27,7 +27,7 @@ requirements = [
'requests >= 2.14.2, != 2.18.0', 'requests >= 2.14.2, != 2.18.0',
'six >= 1.4.0', 'six >= 1.4.0',
'websocket-client >= 0.32.0', 'websocket-client >= 0.32.0',
'docker-pycreds >= 0.2.2' 'docker-pycreds >= 0.2.3'
] ]
extras_require = { extras_require = {