From f245c27a2efc57c4178d5f8d9120d8aacd19c129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:04:32 +0000 Subject: [PATCH] Bump nltk from 3.7 to 3.8 Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.8. - [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.7...3.8) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 220952f..c1c6000 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyspellchecker==0.6.3 -nltk==3.7 # stopwords and wordnet corpus must be installed +nltk==3.8 # stopwords and wordnet corpus must be installed