From c1d344c723e646aef1749e751c6f67debf6b3d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:20:35 +0000 Subject: [PATCH] chore(deps)(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [pymupdf](https://github.com/pymupdf/pymupdf) and [spacy](https://github.com/explosion/spaCy). Updates `pymupdf` from 1.27.2.3 to 1.28.0 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.27.2.3...1.28.0) 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: pymupdf dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor 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 de45dd0..dadfff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ PySide6==6.11.1 # PDF Processing (use pre-compiled wheel for Python 3.12) -PyMuPDF==1.27.2.3 +PyMuPDF==1.28.0 # NLP & Security Analysis presidio-analyzer==2.2.363 -spacy==3.8.13 # 3.8.14 not available on PyPI, using latest stable 3.8.x +spacy==3.8.14 # 3.8.14 not available on PyPI, using latest stable 3.8.x # 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.