From 2245d7769d9116e0d1a6bee44a247888ab4e609c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:37:49 +0000 Subject: [PATCH] Bump flask-cors from 3.0.7 to 3.0.9 in /services/evs 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] --- services/evs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/evs/requirements.txt b/services/evs/requirements.txt index 9188b90..810d7c2 100644 --- a/services/evs/requirements.txt +++ b/services/evs/requirements.txt @@ -7,4 +7,4 @@ flake8===3.7.7 gunicorn==19.9.0 coverage==4.5.3 flask-debugtoolbar==0.10.1 -flask-cors==3.0.7 \ No newline at end of file +flask-cors==3.0.9 \ No newline at end of file