From 453bf76cf1c23512a80dcd4b8521da4192ef51af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:09:54 +0000 Subject: [PATCH] Bump spacy from 3.5.3 to 3.7.2 Bumps [spacy](https://github.com/explosion/spaCy) from 3.5.3 to 3.7.2. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.5.3...v3.7.2) --- 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..73848a4 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.2 # 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