From a181bf75276ad53725d1211f774931fe30390d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:10:20 +0000 Subject: [PATCH] Bump flask-cors from 3.0.9 to 4.0.2 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.9 to 4.0.2. - [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.2) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f82a33..03d63e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ flask==2.3.3 flask-restful==0.3.10 flask-compress==1.13 -flask-cors==3.0.9 +flask-cors==4.0.2 flask-restful-swagger-2==0.35 itsdangerous==2.1.2 jinja2==3.1.3