From a42ef0df4455484a3f2e1ef39882ae125bb81d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:05:05 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 5.0.0 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 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.10...5.0.0) --- 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 47611d2..66b98ab 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,7 +29,7 @@ et-xmlfile==1.0.1 Flask Flask-Admin==1.5.3 Flask-BabelEx==0.9.3 -Flask-Cors==3.0.10 +Flask-Cors==5.0.0 Flask-CSV==1.2.0 Flask-Excel==0.0.7 Flask-HTTPAuth==3.2.4