From 34b51981f9891350369f73664e64dcbdcb1b1bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:35:29 +0000 Subject: [PATCH] build(deps): bump pymupdf from 1.25.2 to 1.28.2 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.25.2 to 1.28.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.25.2...1.28.2) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.28.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 3fcd916..2b558cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license-files = ["LICENSE"] requires-python = ">=3.12" dependencies = [ "flask==3.1.3", - "pymupdf==1.25.2", + "pymupdf==1.28.2", "pdf2zh-next==2.9.0", "tomlkit==0.13.3", ]