Skip to content

Commit

Permalink
Merge pull request #5906 from docker/bump_sdk
Browse files Browse the repository at this point in the history
Bump SDK version to latest
  • Loading branch information
shin- committed Apr 26, 2018
2 parents faa532c + 6e09e37 commit 9f42fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ backports.ssl-match-hostname==3.5.0.1; python_version < '3'
cached-property==1.3.0
certifi==2017.4.17
chardet==3.0.4
docker==3.2.1
docker-pycreds==0.2.1
docker==3.3.0
docker-pycreds==0.2.3
dockerpty==0.4.1
docopt==0.6.2
enum34==1.1.6; python_version < '3.4'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_version(*file_paths):
'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
'texttable >= 0.9.0, < 0.10',
'websocket-client >= 0.32.0, < 1.0',
'docker >= 3.2.1, < 4.0',
'docker >= 3.3.0, < 4.0',
'dockerpty >= 0.4.1, < 0.5',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',
Expand Down

0 comments on commit 9f42fac

Please sign in to comment.