From 3496e7c92c9e60fc7ad1de96295fd327bf8ca87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:48:07 +0000 Subject: [PATCH] chore(deps): bump pymupdf from 1.26.0 to 1.26.1 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.0 to 1.26.1. - [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.1) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.26.1 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 4e22d86..6c19cdb 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.1", ] [project.optional-dependencies]