From 7fbb4f78da0c89c9a466f755fc466c85bf036ca2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 08:38:44 +0000 Subject: [PATCH] Bump python-dotenv from 0.13.0 to 0.14.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.14.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.13.0...v0.14.0) Signed-off-by: dependabot-preview[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 8f9edbbf..863bd548 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -33,7 +33,7 @@ py==1.8.1 # via pytest, tox pygments==2.6.1 # via sphinx pyparsing==2.4.7 # via packaging pytest==5.4.3 # via -r requirements/tests.in -python-dotenv==0.13.0 # via -r requirements/tests.in +python-dotenv==0.14.0 # via -r requirements/tests.in pytz==2020.1 # via babel pyyaml==5.3.1 # via pre-commit requests==2.23.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 9ed6d7e4..f22894a1 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -13,6 +13,6 @@ pluggy==0.13.1 # via pytest py==1.8.1 # via pytest pyparsing==2.4.7 # via packaging pytest==5.4.3 # via -r requirements/tests.in -python-dotenv==0.13.0 # via -r requirements/tests.in +python-dotenv==0.14.0 # via -r requirements/tests.in six==1.15.0 # via packaging wcwidth==0.1.9 # via pytest