From 3bce5b68fa9d3f1830e7c0a9ecb696733b184048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 00:46:52 +0200 Subject: [PATCH] Bump python-dotenv from 0.18.0 to 0.19.1 (#213) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1513eca2..380e9c65 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "pylint==2.8.3", 'pytest==6.2.5', 'pytest-cov==2.12.1', - "python-dotenv==0.18.0" + "python-dotenv==0.19.1" ] }, entry_points="""