From 2bf4c54b3798f2c977ab35146f1a4db59f4ea972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:04:51 +0000 Subject: [PATCH] Bump flask-cors from 3.0.7 to 3.0.9 in /server/app 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] --- server/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/requirements.txt b/server/app/requirements.txt index 7dce04e..6d76897 100644 --- a/server/app/requirements.txt +++ b/server/app/requirements.txt @@ -1,6 +1,6 @@ Flask==1.1.1 flask_jwt==0.3.2 -flask-cors==3.0.7 +flask-cors==3.0.9 redis==3.4.1 pandas==1.0.0 boto3==1.11.10 \ No newline at end of file