mirror of
https://github.com/docker/compose.git
synced 2026-07-05 15:54:28 +00:00
Merge pull request #7386 from ulyssessouza/bump-python-dotenv-1_13_0
Bump python-dotenv from 0.11.0 to 0.13.0
This commit is contained in:
commit
4e310a945e
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ paramiko==2.7.1
|
|||
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
|
||||
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
|
||||
PySocks==1.7.1
|
||||
python-dotenv==0.11.0
|
||||
python-dotenv==0.13.0
|
||||
PyYAML==5.3
|
||||
requests==2.22.0
|
||||
six==1.12.0
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -41,7 +41,7 @@ install_requires = [
|
|||
'dockerpty >= 0.4.1, < 1',
|
||||
'six >= 1.3.0, < 2',
|
||||
'jsonschema >= 2.5.1, < 4',
|
||||
'python-dotenv >= 0.10.5, < 1',
|
||||
'python-dotenv >= 0.13.0, < 1',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue