From 151d7f14b79b94f27b67ac6c0286968b9790ae3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:39:12 +0000 Subject: [PATCH] Update flask-cors requirement from >=4.0 to >=6.0.5 in /Frank Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.5) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.5 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..c6613d0 100644 --- a/Frank/requirements.txt +++ b/Frank/requirements.txt @@ -1,6 +1,6 @@ Flask>=3.0 Flask-SQLAlchemy>=3.1 -Flask-CORS>=4.0 +Flask-CORS>=6.0.5 python-dotenv>=1.0 bcrypt>=4.0 python-docx>=1.0