From f601fe4876e8caeb86fbd7ca52874632f5aa1158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:15:12 +0000 Subject: [PATCH] Bump pymupdf from 1.24.10 to 1.28.0 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.10 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.24.10...1.28.0) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d15f985..7d91397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ gpu = [ "bitsandbytes>=0.43.0", "colpali-engine==0.3.10", "numpy>=1.26", - "PyMuPDF==1.24.10", + "PyMuPDF==1.28.0", "python-docx>=1.0", "qdrant-client==1.12.1", "qwen-vl-utils>=0.0.8",