From 86cb84b7c1286fb8461a303d91e97930fa0a7b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:11:53 +0000 Subject: [PATCH] Bump flask-cors from 3.0.6 to 3.0.9 in /kinappserver Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.6 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.6...3.0.9) Signed-off-by: dependabot[bot] --- kinappserver/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinappserver/requirements.txt b/kinappserver/requirements.txt index 411e8bab..42f28864 100644 --- a/kinappserver/requirements.txt +++ b/kinappserver/requirements.txt @@ -12,7 +12,7 @@ Flask-API==1.0 Flask-SQLAlchemy==2.3.2 SQLAlchemy==1.1.14 sqlalchemy_utils -Flask-Cors==3.0.6 +Flask-Cors==3.0.9 grequests==0.3.0 requests==2.20.0 simplejson==3.12.0