From d52b51e8eac6546b803e2ab3a3a9645417185657 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 20 Apr 2020 18:31:52 +0200 Subject: [PATCH] Bump python-dotenv from 0.11.0 to 0.13.0 Signed-off-by: Ulysses Souza --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', ]