From c5588cc65e9b5260ccb74de21b341b0d3c9d8489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:38:55 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.0 to >=1.2.2 in /Frank Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Frank/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frank/requirements.txt b/Frank/requirements.txt index 9a01e34..495618c 100644 --- a/Frank/requirements.txt +++ b/Frank/requirements.txt @@ -1,7 +1,7 @@ Flask>=3.0 Flask-SQLAlchemy>=3.1 Flask-CORS>=4.0 -python-dotenv>=1.0 +python-dotenv>=1.2.2 bcrypt>=4.0 python-docx>=1.0 Authlib>=1.3