From ed4acc83a0fe0c1289dcc2fca1f70752f3d78486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 22:58:23 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.6.5 in /backend Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.5. - [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.5...3.6.5) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7a1b180..f5ab0c7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Flask==1.1.1 Flask-Cors==3.0.9 joblib==0.14.1 -nltk==3.4.5 +nltk==3.6.5 numpy==1.18.1 pymongo==3.10.1 scikit-learn==0.22.2.post1