From f42766bdd01b2f74df608e07a5d5a7743970283f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:20:55 +0000 Subject: [PATCH] chore(deps)(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [presidio-analyzer](https://github.com/data-privacy-stack/presidio) and [spacy](https://github.com/explosion/spaCy). Updates `presidio-analyzer` from 2.2.359 to 2.2.363 - [Release notes](https://github.com/data-privacy-stack/presidio/releases) - [Changelog](https://github.com/data-privacy-stack/presidio/blob/main/CHANGELOG.md) - [Commits](https://github.com/data-privacy-stack/presidio/compare/2.2.359...2.2.363) 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: presidio-analyzer dependency-version: 2.2.363 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a73e751..f1a879b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,8 +9,8 @@ PySide6==6.11.1 PyMuPDF==1.27.2.3 # NLP & Security Analysis -presidio-analyzer==2.2.359 -spacy==3.8.13 +presidio-analyzer==2.2.363 +spacy==3.8.14 # 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.