From c2a7f82f294a63149a5091616a2f273002b80856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:58:05 +0000 Subject: [PATCH] Bump flask-cors from 5.0.1 to 6.0.0 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.1 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/5.0.1...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... 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 e03836c..c4851e7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.4.2 click==8.1.8 cryptography==44.0.1 Flask==3.1.0 -flask-cors==5.0.1 +flask-cors==6.0.0 Flask-JWT-Extended==4.7.1 idna==3.10 itsdangerous==2.2.0