From 3b0832c0f618b7bb9b253ed84c4807315890f30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:54:49 +0000 Subject: [PATCH] Bump flask-cors from 3.0.7 to 3.0.9 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.7 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.7...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 19c7fd22..8c228422 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'connexion==2.3.0', 'cryptography==3.2.1', 'Flask==1.1.4', - 'Flask-Cors==3.0.7', + 'Flask-Cors==3.0.9', 'Flask-JWT-Extended==3.13.1', 'gevent==21.1.2', 'greenlet==1.1.0',