From 7ec68c80fe9b5247b6e1bf66c84aaee887755474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:38:11 +0000 Subject: [PATCH] Bump python-dotenv from 0.21.1 to 1.0.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 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.21.1...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 6ac8cce..8408b3b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,6 +3,6 @@ Flask-Migrate==4.0.5 Flask-SQLAlchemy==3.1.1 Flask-WTF==1.1.1 psycopg2==2.9.7 -python-dotenv==0.21.1 # Pinned lower due to docker-compose incompatibility +python-dotenv==1.0.0 # Pinned lower due to docker-compose incompatibility SQLAlchemy==2.0.21 gunicorn==21.2.0