From c9796f85c787b5d01417a50ba25354be3b620afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:06:57 +0000 Subject: [PATCH] Bump python-dotenv from 0.17.1 to 0.18.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.1 to 0.18.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.17.1...v0.18.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 a8908c6d..3c510d15 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.17.1 +python-dotenv==0.18.0 # via -r requirements/tests.in pytz==2021.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index 600ad93a..6bfc63fa 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.17.1 +python-dotenv==0.18.0 # via -r requirements/tests.in toml==0.10.2 # via pytest