From 188f939885975514493358ab0c0783bb205034bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 00:59:27 +0000 Subject: [PATCH] Bump flask-cors in /src/Diagnostics.AIProjects/SearchAPI 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] --- src/Diagnostics.AIProjects/SearchAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Diagnostics.AIProjects/SearchAPI/requirements.txt b/src/Diagnostics.AIProjects/SearchAPI/requirements.txt index 4c9611fd4..c0384d7eb 100644 --- a/src/Diagnostics.AIProjects/SearchAPI/requirements.txt +++ b/src/Diagnostics.AIProjects/SearchAPI/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.1 -flask_cors==3.0.7 +flask_cors==3.0.9 nltk==3.4 gensim==3.7.2 requests==2.18.4