From 88e2c3375b4ffb849a07762cdf4eeb888dbcf7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:32:41 +0000 Subject: [PATCH] build(deps): bump flask-cors from 3.0.10 to 4.0.2 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 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.10...4.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d168885..6144a13 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'werkzeug==3.0.1', 'unittest-xml-reporting==3.0.4', 'future==0.18.3', - 'flask-cors==3.0.10', + 'flask-cors==4.0.2', 'fire==0.3.1', 'lxml==4.9.1', 'tqdm==4.53.0',