From 17364ef9fd9488a51646606303590e8ac1672a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:02:46 +0000 Subject: [PATCH] build(deps): bump pymupdf from 1.26.3 to 1.27.2 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.3 to 1.27.2. - [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.26.3...1.27.2) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.27.2 dependency-type: direct:production 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 1cfbe335f45..fa39fa358b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "schema==0.7.7", "rdflib==6.3.2", "smart_open==7.0.4", - "PyMuPDF==1.26.3", + "PyMuPDF==1.27.2", "defusedxml==0.7.1", "zipstream-ng==1.8.0",