From c4ba3f969e0c10b646bb5096f456281ccd67d12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:22:09 +0000 Subject: [PATCH] Bump flask-cors from 3.0.9 to 5.0.0 in /docker/common Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.9 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.9...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/requirements.txt b/docker/common/requirements.txt index 2a29394..ed0a9cc 100644 --- a/docker/common/requirements.txt +++ b/docker/common/requirements.txt @@ -13,7 +13,7 @@ SQLAlchemy-Utils==0.41.1 flask-talisman==0.7.0 pysaml2==7.3.1 Flask-Login==0.6.3 -Flask-Cors==3.0.9 +Flask-Cors==5.0.0 Flask-SeaSurf==1.1.1 Flask-Migrate==3.0.1 bcrypt==3.2.0