From 300edc1d73ed78a8e69362f52144d25f338fb46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:50:54 +0000 Subject: [PATCH] Bump flask-cors from 3.0.8 to 4.0.1 in /services/web Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 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.8...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/requirements.txt b/services/web/requirements.txt index e19e1cc..754d6ff 100644 --- a/services/web/requirements.txt +++ b/services/web/requirements.txt @@ -8,7 +8,7 @@ python-dotenv loguru flask-restx -Flask-Cors==3.0.8 +Flask-Cors==4.0.1 Flask-RESTful==0.3.7 flask-restplus==0.12.1 Flask-WTF==0.14.2