From 3e507a70cafd5bab0acd570ee8ca06d46063b543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 08:05:05 +0000 Subject: [PATCH] Bump python-dotenv from 0.18.0 to 0.19.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4eb84822..1d11892f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -84,7 +84,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.4 # via -r requirements/tests.in -python-dotenv==0.18.0 +python-dotenv==0.19.0 # via -r requirements/tests.in pytz==2021.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index 6bfc63fa..7bf671c0 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -24,7 +24,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.4 # via -r requirements/tests.in -python-dotenv==0.18.0 +python-dotenv==0.19.0 # via -r requirements/tests.in toml==0.10.2 # via pytest