From c918590829e83ae39aa427dd5e5477e3739e9038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:48:58 +0000 Subject: [PATCH] Bump flask-cors from 4.0.2 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.2 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/4.0.2...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fc384c2b..4beee85ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ Flask==2.3.3 Flask-SQLAlchemy==3.0.5 Flask-Mail==0.9.1 Flask-Migrate==4.0.7 -Flask-Cors==4.0.2 +Flask-Cors==5.0.0 Flask-Babel==4.0.0 flask-talisman==1.1.0 SQLAlchemy==2.0.21