From 38b219b1db402cbb42ae35c5566e8a18608d86e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 18:18:37 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.6.6 in /mulitclass_text_class Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.6. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mulitclass_text_class/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mulitclass_text_class/requirements.txt b/mulitclass_text_class/requirements.txt index 05a8a00..e11b1c9 100644 --- a/mulitclass_text_class/requirements.txt +++ b/mulitclass_text_class/requirements.txt @@ -2,7 +2,7 @@ pandas==0.23.0 numpy==1.15.4 json==2.0.9 sklearn==0.20.2 -nltk==3.4.5 +nltk==3.6.6 re==2.2.1 bs4==4.6.3 gensim==3.4.0