From 7942e101d21845e0268e5d4ab7834727e7c786aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:09:29 +0000 Subject: [PATCH] Bump flask-cors from 3.0.3 to 3.0.9 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.3 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.3...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 4b8434c..5072b34 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], install_requires=[ 'Flask==1.0', - 'Flask-Cors==3.0.3', + 'Flask-Cors==3.0.9', 'Toml==0.9.4' ], package_dir={'fdsns': src_dir + "/fdsns"},