From 18c532a55c1f1543bf9c80608f89b23414e53ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:52:41 +0000 Subject: [PATCH] Bump flask-cors from 3.0.8 to 4.0.1 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 4.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/3.0.8...4.0.1) --- 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..80db4ad4 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==4.0.1 idna==2.9 importlib-metadata==1.6.0 isort==4.3.21