From dd41c6fea41b81043c5dfb72e629cd8b5398dd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:07:26 +0000 Subject: [PATCH] Bump pymupdf from 1.24.10 to 1.27.2.3 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.10 to 1.27.2.3. - [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.27.2.3) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.27.2.3 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..22ddde5 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.27.2.3", "python-docx>=1.0", "qdrant-client==1.12.1", "qwen-vl-utils>=0.0.8",