From 4d53b671481492d78e6edfce904fc4059dd172fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:35:20 +0000 Subject: [PATCH] Bump nltk from 3.6.1 to 3.6.2 Bumps [nltk](https://github.com/nltk/nltk) from 3.6.1 to 3.6.2. - [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.6.1...3.6.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ac0259..15a8c31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyspellchecker==0.6.2 -nltk==3.6.1 # stopwords and wordnet corpus must be installed +nltk==3.6.2 # stopwords and wordnet corpus must be installed