From 106646b7aaf9083a89516f9bb1f74434b655725e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:18:35 +0000 Subject: [PATCH] chore(deps): bump pymupdf from 1.26.0 to 1.26.5 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.0 to 1.26.5. - [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.0...1.26.5) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.26.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8da60da..e5f50c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "loguru==0.7.3", "openpyxl==3.1.5", "types-openpyxl==3.1.5.20250602", - "pymupdf==1.26.0", + "pymupdf==1.26.5", ] [project.optional-dependencies]