From e8a99a4d166aeae370dcbcc47ecc1759591aee27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:19:35 +0000 Subject: [PATCH] Bump spacy from 3.5.3 to 3.7.0 Bumps [spacy](https://github.com/explosion/spaCy) from 3.5.3 to 3.7.0. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.5.3...v3.7.0) --- updated-dependencies: - dependency-name: spacy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0405633..9950c50 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ redis==4.5.5 # https://github.com/redis/redis-py hiredis==2.2.3 # https://github.com/redis/hiredis-py beautifulsoup4==4.12.2 # HTML/XML library lxml==4.9.2 # XML parser -spacy== 3.5.3 # NLP package +spacy== 3.7.0 # NLP package https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz#egg=en_core_web_sm # English model for use with spaCy