From 91730445195810ac88541bd79c5411a85669a3a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 20:15:20 +0000 Subject: [PATCH] Update dependency python-dotenv to v0.17.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e389d68..a27512d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ mypy-extensions==0.4.3; python_version >= "3.6" pathspec==0.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" protobuf==3.14.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" pymysql==0.10.1 -python-dotenv==0.14.0 +python-dotenv==0.17.1 redis==3.5.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") regex==2020.10.15; python_version >= "3.6" six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"