From 1b56702dc7f58c38c37688594095df8c03faa1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:06:46 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.1 to 0.19.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.1 to 0.19.2. - [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.19.1...v0.19.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... 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 33493af3..e7db5886 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -92,7 +92,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.5 # via -r requirements/tests.in -python-dotenv==0.19.1 +python-dotenv==0.19.2 # via -r requirements/tests.in pytz==2021.3 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index 4e4247f5..90b31747 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -24,7 +24,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.5 # via -r requirements/tests.in -python-dotenv==0.19.1 +python-dotenv==0.19.2 # via -r requirements/tests.in toml==0.10.2 # via pytest