From b8f388436fa78f25c008a0d4d5efc7497f4c4210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:58:58 +0000 Subject: [PATCH] Bump python-dotenv from 0.19.2 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 1.0.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cyan_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyan_flask/requirements.txt b/cyan_flask/requirements.txt index 64d2a8fb..3377ba4e 100644 --- a/cyan_flask/requirements.txt +++ b/cyan_flask/requirements.txt @@ -9,7 +9,7 @@ Flask-SQLAlchemy==2.5.1 mysqlclient==2.1.0 mysql-connector-python==8.0.28 PyJWT==2.3.0 -python-dotenv==0.19.2 +python-dotenv==1.0.0 redis==4.1.4 requests==2.25.1 simplejson==3.17.6 \ No newline at end of file