From 8d0da30d29bb15bb56a1b8e86dc68f472b5077e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 20:25:08 +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 44d82fc..1abc9f5 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.17.1 six==1.15.0 wcwidth==0.2.5