From bbdb1ef9d458813fc614e2cf27c256b8793c580e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:14:48 +0000 Subject: [PATCH] Bump flask-cors from 3.0.8 to 5.0.0 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 5.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...5.0.0) --- updated-dependencies: - dependency-name: flask-cors 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 191871e1..54b5c602 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ flake8-absolute-import==1.0 flake8-isort==3.0.0 flake8-quotes==3.2.0 Flask==1.1.2 -Flask-Cors==3.0.8 +Flask-Cors==5.0.0 idna==2.9 importlib-metadata==1.6.0 isort==4.3.21