From ffcdb9a252d59c3a8444d3439afffe900188241f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:23:50 +0000 Subject: [PATCH] chore(deps)(deps): bump spacy in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [spacy](https://github.com/explosion/spaCy). Updates `spacy` from 3.8.13 to 3.8.14 - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/release-v3.8.13...release-v3.8.14) --- updated-dependencies: - dependency-name: spacy dependency-version: 3.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-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 f3892ee..893b203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PyMuPDF==1.28.0 # NLP & Security Analysis presidio-analyzer==2.2.363 -spacy==3.8.13 # Mantenuto in 3.8.13 per compatibilità con presidio-analyzer 2.2.363 +spacy==3.8.14 # Mantenuto in 3.8.13 per compatibilità con presidio-analyzer 2.2.363 # spaCy language models (pinned to exact versions for reproducibility) # IMPORTANT: model minor version MUST match the spaCy core minor version # (spaCy 3.8.x <-> models 3.8.x). The models declare spacy>=3.8.0,<3.9.0.