From 7948308461755941fcaebf6051885ca52987796d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 20:02:25 +0000 Subject: [PATCH] Bump nltk from 3.7 to 3.8.1 Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.8.1. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/commits) --- 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..26d9134 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.1 # stopwords and wordnet corpus must be installed