From 2cf7daf0559c86d4047391a66a8673f63826b5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:20:03 +0000 Subject: [PATCH] Bump nltk from 3.4 to 3.6.6 in /src/Diagnostics.AIProjects/SearchAPI Bumps [nltk](https://github.com/nltk/nltk) from 3.4 to 3.6.6. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... 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..795380f44 100644 --- a/src/Diagnostics.AIProjects/SearchAPI/requirements.txt +++ b/src/Diagnostics.AIProjects/SearchAPI/requirements.txt @@ -1,6 +1,6 @@ Flask==1.1.1 flask_cors==3.0.7 -nltk==3.4 +nltk==3.6.6 gensim==3.7.2 requests==2.18.4 pyjwt==1.7.1