From 8f9f3052f5bece20249dcb3b6f78822d0ca4c702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 07:34:05 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 6.0.1 to 6.0.5 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 6.0.1 to 6.0.5. - [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/6.0.1...6.0.5) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d036710..710cd6e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -75,7 +75,7 @@ flask==3.1.3 # flask-cors # flask-login # locust -flask-cors==6.0.1 +flask-cors==6.0.5 # via locust flask-login==0.6.3 # via locust