From aef1cfa68c698ab024c54307bf57bef505978e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:29:53 +0000 Subject: [PATCH] Bump spacy from 3.6.1 to 3.8.4 Bumps [spacy](https://github.com/explosion/spaCy) from 3.6.1 to 3.8.4. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.6.1...release-v3.8.4) --- updated-dependencies: - dependency-name: spacy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 081ee3cd3..eefb4d62e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ countrytagger==0.1.2 pyicu==2.12 google-cloud-vision==3.7.2 tesserocr==2.8.0 -spacy==3.6.1 # 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.5 # 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.2