mirror of
https://github.com/docker/compose.git
synced 2025-07-26 23:24:05 +02:00
Merge pull request #8256 from ulyssessouza/bump-py-5
Bump docker-py to 5.0.0 and PyYAML to 5.4.1
This commit is contained in:
commit
1607674374
@ -7,4 +7,3 @@ mock==3.0.5
|
|||||||
pytest==6.0.1; python_version >= '3.5'
|
pytest==6.0.1; python_version >= '3.5'
|
||||||
pytest==4.6.5; python_version < '3.5'
|
pytest==4.6.5; python_version < '3.5'
|
||||||
pytest-cov==2.10.1
|
pytest-cov==2.10.1
|
||||||
PyYAML==5.3.1
|
|
||||||
|
@ -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.4
|
docker==5.0.0
|
||||||
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
|
||||||
@ -15,7 +15,7 @@ paramiko==2.7.1
|
|||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
python-dotenv==0.17.0
|
python-dotenv==0.17.0
|
||||||
pywin32==227; sys_platform == 'win32'
|
pywin32==227; sys_platform == 'win32'
|
||||||
PyYAML==5.3.1
|
PyYAML==5.4.1
|
||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
texttable==1.6.2
|
texttable==1.6.2
|
||||||
urllib3==1.25.10; python_version == '3.3'
|
urllib3==1.25.10; python_version == '3.3'
|
||||||
|
2
setup.py
2
setup.py
@ -31,7 +31,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.4, < 5',
|
'docker[ssh] >= 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