From 467d2e2a437c73fc8eabdd887efe0453663939c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 08:02:41 +0000 Subject: [PATCH] Bump python-dotenv from 0.17.0 to 0.17.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.0 to 0.17.1. - [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.0...v0.17.1) 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 1356aab7..87466f4b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -78,7 +78,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.3 # via -r requirements/tests.in -python-dotenv==0.17.0 +python-dotenv==0.17.1 # via -r requirements/tests.in pytz==2021.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index 04ee36ba..23f5cf49 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -24,7 +24,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.3 # via -r requirements/tests.in -python-dotenv==0.17.0 +python-dotenv==0.17.1 # via -r requirements/tests.in toml==0.10.2 # via pytest