From 4fff33fcf0333b18e37dbbe8e9193b6b5cba5d37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 20:21:48 +0000 Subject: [PATCH] Update dependency python-dotenv to v0.19.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44d82fc..fdbe9dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ psycopg2-binary==2.8.5 py==1.9.0 pyparsing==2.4.7 pytest==6.0.1 -python-dotenv==0.14.0 +python-dotenv==0.19.1 six==1.15.0 wcwidth==0.2.5