From fce9a0ce317abd8567fc727eb9b9cb65454c7155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:29:17 +0000 Subject: [PATCH] chore(deps): update pymupdf requirement from >=1.24 to >=1.27.2.3 Updates the requirements on [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version. - [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.0...1.27.2.3) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.27.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17e8dc3..1107e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pyarrow>=15.0", "mcp>=1.2", "typer>=0.12", - "pymupdf>=1.24", + "pymupdf>=1.27.2.3", ] [project.optional-dependencies]