Skip to content

Commit ba0e533

Browse files
authored
Merge pull request #1910 from docker/bump_credstore
Bump docker-pycreds to 0.2.2 (pass support)
2 parents 4c708f5 + 15ae1f0 commit ba0e533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asn1crypto==0.22.0
33
backports.ssl-match-hostname==3.5.0.1
44
cffi==1.10.0
55
cryptography==1.9
6-
docker-pycreds==0.2.1
6+
docker-pycreds==0.2.2
77
enum34==1.1.6
88
idna==2.5
99
ipaddress==1.0.18

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'requests >= 2.14.2, != 2.18.0',
2424
'six >= 1.4.0',
2525
'websocket-client >= 0.32.0',
26-
'docker-pycreds >= 0.2.1'
26+
'docker-pycreds >= 0.2.2'
2727
]
2828

2929
extras_require = {

0 commit comments

Comments
 (0)