From c3a0b624ab62311f20cc686b35a7ec6d78a4a7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:17:39 +0000 Subject: [PATCH] Update pymupdf4llm requirement from <=0.0.17 to <=0.0.22 Updates the requirements on [pymupdf4llm](https://github.com/pymupdf/RAG) to permit the latest version. - [Release notes](https://github.com/pymupdf/RAG/releases) - [Changelog](https://github.com/pymupdf/RAG/blob/main/CHANGES.md) - [Commits](https://github.com/pymupdf/RAG/compare/v0.0.8...v0.0.22) --- updated-dependencies: - dependency-name: pymupdf4llm dependency-version: 0.0.22 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 faa5ced..f4ba675 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ youtube-transcript-api>=0.6.3 # Stay on latest yt-dlp>=2024.12.6 # Stay on latest PyMuPDF<=1.25.0 yfinance<=0.2.50 -pymupdf4llm<=0.0.17 +pymupdf4llm<=0.0.22 defusedxml<=0.7.1 nodriver<=0.36 # Pin version <= 0.36 to avoid breaking changes with headless mode validators>=0.34.0 # Stay on latest