From 86c045681125547bff3c1800a3f080fe010027d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:18:09 +0000 Subject: [PATCH] Bump pyspellchecker from 0.6.3 to 0.7.0 Bumps [pyspellchecker](https://github.com/barrust/pyspellchecker) from 0.6.3 to 0.7.0. - [Release notes](https://github.com/barrust/pyspellchecker/releases) - [Changelog](https://github.com/barrust/pyspellchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/barrust/pyspellchecker/compare/v0.6.3...v0.7.0) --- updated-dependencies: - dependency-name: pyspellchecker 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..5c93988 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pyspellchecker==0.6.3 +pyspellchecker==0.7.0 nltk==3.7 # stopwords and wordnet corpus must be installed