From 80d01231f604d90ab860cbd24f3b8d9bbff624ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:59:43 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 4.0.2 to 6.0.2 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.2 to 6.0.2. - [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.2...6.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 138eb8c..303d3f2 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==2.3.3 Flask-WTF==1.2.1 Flask-Limiter==3.5.0 -Flask-CORS==4.0.2 +Flask-CORS==6.0.2 requests==2.31.0 gunicorn==21.2.0 python-dotenv==1.0.0