mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
Merge pull request #8153 from aiordache/openssl_mismatch_bug
Fix openssl mismatch bug via docker-py bump (fix in docker-py 4.4.4)
This commit is contained in:
commit
e6fcde422c
@ -4,7 +4,7 @@ certifi==2020.6.20
|
|||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.4.3; sys_platform == 'win32'
|
colorama==0.4.3; sys_platform == 'win32'
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
docker==4.4.3
|
docker==4.4.4
|
||||||
docker-pycreds==0.4.0
|
docker-pycreds==0.4.0
|
||||||
dockerpty==0.4.1
|
dockerpty==0.4.1
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ install_requires = [
|
|||||||
'texttable >= 0.9.0, < 2',
|
'texttable >= 0.9.0, < 2',
|
||||||
'websocket-client >= 0.32.0, < 1',
|
'websocket-client >= 0.32.0, < 1',
|
||||||
'distro >= 1.5.0, < 2',
|
'distro >= 1.5.0, < 2',
|
||||||
'docker[ssh] >= 4.4.3, < 5',
|
'docker[ssh] >= 4.4.4, < 5',
|
||||||
'dockerpty >= 0.4.1, < 1',
|
'dockerpty >= 0.4.1, < 1',
|
||||||
'jsonschema >= 2.5.1, < 4',
|
'jsonschema >= 2.5.1, < 4',
|
||||||
'python-dotenv >= 0.13.0, < 1',
|
'python-dotenv >= 0.13.0, < 1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user