From 70e36d3c4f52beb6c1c2e6a9d109e8e5fd8fdddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:38:00 +0000 Subject: [PATCH] Bump spacy from 3.8.5 to 3.8.11 Bumps [spacy](https://github.com/explosion/spaCy) from 3.8.5 to 3.8.11. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/release-v3.8.5...release-v3.8.11) --- updated-dependencies: - dependency-name: spacy dependency-version: 3.8.11 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 e04e2bb23..b15bffe13 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.11 # 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