From 958e7915b675ec3ffc6a982c81941ebd4d268ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:50:50 +0300 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.0 (#1042) Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.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...v4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52ee37d6..c7a8076b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requirements = [ "coloredlogs==15.0.1", "Flask==2.3.1", - "Flask-Cors==3.0.10", + "Flask-Cors==4.0.0", "flask-swagger==0.2.14", "flask-swagger-ui==4.11.1", "Jinja2>=2.10.1",