From 29025ab0d96f116490d82733a6dc5fadd0976a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:59:22 +0000 Subject: [PATCH] Bump flask-cors from 3.0.9 to 4.0.1 in /docker/common Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.9 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.9...4.0.1) --- 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..4a5f192 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==4.0.1 Flask-SeaSurf==1.1.1 Flask-Migrate==3.0.1 bcrypt==3.2.0