Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Upgrade docker-py to v1.7.2
Browse files Browse the repository at this point in the history
Fixes issue when docker’s config.json is present
  • Loading branch information
eduarenas committed May 2, 2019
1 parent a6cf78d commit 042e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install_requires = [
'docker-py==1.7.0',
'docker-py==1.7.2',
'PyYAML==3.11',
'PrettyTable==0.7.0',
'github3.py==1.3.0',
Expand Down

0 comments on commit 042e2e2

Please sign in to comment.