diff --git a/requirements.txt b/requirements.txt index 933bcf8d4..1f78d378b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index cf273ed54..efc144b7f 100644 --- a/setup.py +++ b/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', ]