From 4c50deec6c0bb4cf88343157a69c63975a45c70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:38:05 +0000 Subject: [PATCH] Bump flask-cors from 3.0.7 to 3.0.9 in /REST-Server 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] --- REST-Server/requirements.txt | 2 +- REST-Server/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-Server/requirements.txt b/REST-Server/requirements.txt index 97ea5de..49e320b 100644 --- a/REST-Server/requirements.txt +++ b/REST-Server/requirements.txt @@ -2,7 +2,7 @@ connexion == 2.0.0 swagger-ui-bundle == 0.0.2 python_dateutil == 2.6.0 setuptools >= 21.0.0 -Flask-Cors == 3.0.7 +Flask-Cors == 3.0.9 redis==3.2.1 docker==3.7.2 boto3==1.9.120 diff --git a/REST-Server/test-requirements.txt b/REST-Server/test-requirements.txt index c1c40e5..1a75f3c 100644 --- a/REST-Server/test-requirements.txt +++ b/REST-Server/test-requirements.txt @@ -10,7 +10,7 @@ connexion == 2.0.0 swagger-ui-bundle == 0.0.2 python_dateutil == 2.6.0 setuptools >= 21.0.0 -Flask-Cors == 3.0.7 +Flask-Cors == 3.0.9 redis==3.2.1 docker==3.7.2 boto3==1.9.120