From 1f03e45f7557e54b796fa89931b62811f94a6ac0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:25:35 +0000 Subject: [PATCH] chore(deps): 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) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ac2d2f31..cb63593b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ flask-restx==0.5.0 Flask-Testing==0.8.1 gunicorn==20.0.4 psycopg2-binary==2.8.6 -python-dotenv==0.18.0 +python-dotenv==0.19.0 six==1.11.0 pre-commit