From c7cb4a5936992a70cd75bdfa150d3265f13721b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:27:57 +0000 Subject: [PATCH] chore(deps): bump pymupdf from 1.26.0 to 1.26.3 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.0 to 1.26.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/commits) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.26.3 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..b239c5a 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.3", ] [project.optional-dependencies]