From f1a966df80514365f6f40d5e178ae1731f45fd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:40:45 +0000 Subject: [PATCH] chore(deps): update pymupdf requirement from >=1.23.0 to >=1.27.2.3 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.23.0...1.27.2.3) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.27.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_rag.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_rag.txt b/requirements_rag.txt index 76eb4a0..f526881 100644 --- a/requirements_rag.txt +++ b/requirements_rag.txt @@ -30,7 +30,7 @@ schedule>=1.2.0 # Optional Dependencies pdfminer.six>=20221105 -pymupdf>=1.23.0 +pymupdf>=1.27.2.3 # chromadb>=0.5.11 # May fail on Windows # Development and Testing