From 9efd6ab86c71205f90959d8c3da50e0c55eb51df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:11:20 +0000 Subject: [PATCH] Bump spacy from 3.2.0 to 3.6.0 Bumps [spacy](https://github.com/explosion/spaCy) from 3.2.0 to 3.6.0. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.2.0...v3.6.0) --- updated-dependencies: - dependency-name: spacy 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 b2c43a3..1f43507 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pytest-mock==3.6.1 scikit-learn==1.0.2 scipy==1.7.3 seaborn==0.11.2 -spacy==3.2.0 +spacy==3.6.0 texthero==1.0.9 unidecode==1.3.2 wordcloud==1.8.1