From 3b12852c8376ef568265ed1f351cec73c524b6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:54:31 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 3.0.8 to 6.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 6.0.0. - [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/3.0.8...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 48f79dabda..ceb6acdfa9 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -12,7 +12,7 @@ click==7.0 flasgger==0.9.5 Flask==1.0.2 Flask-RESTful>=0.3.6 -flask-cors==3.0.8 +flask-cors==6.0.0 itsdangerous<=2.0.1 Jinja2>=2.10.1,<3.1 jsonschema>=3.0.1,<4.0