From 5e20a638f204a7d2a9203a09fcb8f1b9ad568490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:08:33 +0000 Subject: [PATCH] Bump flask-cors from 3.0.4 to 3.0.9 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.4 to 3.0.9. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.4...3.0.9) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1048f152..75e0d0102 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ long_description_content_type='text/markdown', install_requires=[ 'connexion==1.4.2', - 'Flask-Cors==3.0.4', + 'Flask-Cors==3.0.9', 'bravado-core==4.13.4', 'bravado==9.2.2', 'jsonschema>=2.6.0,<3',