From ef0b6800159e1c176f4d8bf21a680553b96385fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 09:41:06 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.2 to 0.20.0 in /api Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.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.19.2...v0.20.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 70218cf..bcc5fee 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,8 +1,8 @@ Flask~=2.0.3 -python-dotenv==0.19.2 +python-dotenv==0.20.0 uwsgi==2.0.20 Flask_SQLAlchemy==2.5.1 -python-dotenv==0.19.2 +python-dotenv==0.20.0 pymysql==1.0.2 pyjwt==2.3.0 apiflask==0.12.0