From cb52c6e7b4c35c14d3276fe00f61fd958af44f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:42:12 +0000 Subject: [PATCH] Bump spacy from 3.8.5 to 3.8.7 Bumps [spacy](https://github.com/explosion/spaCy) from 3.8.5 to 3.8.7. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/release-v3.8.5...release-v3.8.7) --- updated-dependencies: - dependency-name: spacy dependency-version: 3.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 576e5da61..329773c8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ countrytagger==0.1.2 pyicu==2.15 google-cloud-vision==3.10.1 tesserocr==2.8.0 -spacy==3.8.5 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU) +spacy==3.8.7 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU) numpy<2.0.0 # pinned because otherwise spacy requires an incompatible numpy fingerprints==1.1.1 fasttext==0.9.3