From 7d65358f770a2f23dc5205925fee74a76852986c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 21:50:47 +0000 Subject: [PATCH] Bump flask-cors from 3.0.2 to 3.0.8 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.2 to 3.0.8. - [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.2...3.0.8) Signed-off-by: dependabot-preview[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a9e00ffb..aa18a8c9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ Flask>=0.11 flask-restplus>=0.10.1 -Flask-Cors==3.0.2 +Flask-Cors==3.0.8 SQLAlchemy==1.1.5 SQLAlchemy-Utils==0.32.12