From fec9c00bcd947f5f1b284f3e4bb2e280f4dba889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:07 +0000 Subject: [PATCH] chore(deps): update pymupdf requirement from >=1.24 to >=1.28.0 Updates the requirements on [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version. - [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.24.0...1.28.0) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad684b6d..a139df41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ letta-client>=0.1 websockets>=16.0 # --- PDF handling ----------------------------------------------------------- -pymupdf>=1.24 +pymupdf>=1.28.0 pdfminer.six # --- Visualization / plotting ----------------------------------------------