From f2332f18873019b9c08260792505545e8b10a084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:49:34 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 4.0.0 to 6.0.1 in /backend-api Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 6.0.1. - [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.1) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api/requirements.txt b/backend-api/requirements.txt index 8beeb89..993a13c 100644 --- a/backend-api/requirements.txt +++ b/backend-api/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.3 -Flask-CORS==4.0.0 +Flask-CORS==6.0.1 pandas==2.1.1 numpy==1.24.3 scipy==1.11.1