From dd2e850921029c0c2c65261bd790e9110f3dbacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:05:07 +0000 Subject: [PATCH] Bump spacy from 3.5.3 to 3.7.1 Bumps [spacy](https://github.com/explosion/spaCy) from 3.5.3 to 3.7.1. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.5.3...v3.7.1) --- 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..f9eb249 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.1 # 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