From 537bff3d6e405689d4e3ebe73c39503d7d044504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:53:30 +0000 Subject: [PATCH] build(deps): bump flask-cors from 3.0.10 to 5.0.0 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d168885..064882f 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==5.0.0', 'fire==0.3.1', 'lxml==4.9.1', 'tqdm==4.53.0',