From cf3f01cb6cd7cc0889193ae59cf58b205b87acdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:09:35 +0000 Subject: [PATCH] build(deps-dev): bump pymupdf from 1.26.5 to 1.27.2.3 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.5 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.26.5...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 302f5304..87923af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ docs = [ "mkdocstrings[python]>=1.0.3", # Build reference docs from docstrings ] update-entry-figures = [ - "PyMuPDF==1.26.5", # Convert PDF files to images + "PyMuPDF==1.27.2.3", # Convert PDF files to images "pdfCropMargins==2.2.1", # Generate entry figures for documentation "pillow==10.4.0", # Lock dependency of pdfCropMargins ]