From 8bdf43786924b609f88409ce7de1b38aa7f01163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:05:42 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.0 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.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.10...4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-major ... 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 964680b..72ca37b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ black==23.9.1 click==8.1.7 dill==0.3.7 Flask==2.2.2 -Flask-Cors==3.0.10 +Flask-Cors==4.0.0 gunicorn==20.1.0 iniconfig==2.0.0 isort==5.12.0