From ed98eba8f6595bf4fe9d061b5b220ffd42142dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:35:29 +0000 Subject: [PATCH] Bump nltk from 3.5 to 3.6.6 in /Ch4 Bumps [nltk](https://github.com/nltk/nltk) from 3.5 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.5...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch4/ch4-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch4/ch4-requirements.txt b/Ch4/ch4-requirements.txt index ae20396..de12cf8 100644 --- a/Ch4/ch4-requirements.txt +++ b/Ch4/ch4-requirements.txt @@ -1,7 +1,7 @@ numpy==1.19.5 pandas==1.1.5 scikit-learn==0.23.2 -nltk==3.5 +nltk==3.6.6 gensim==3.8.3 wget==3.2 fasttext==0.9.2