From f2ef09ad9fde20c35783619e2b7e5abd7a4b69c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:10:26 +0000 Subject: [PATCH] Bump pypdf in /LLM/rag in the pip group across 1 directory Bumps the pip group with 1 update in the /LLM/rag directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `pypdf` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.11.0...6.12.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- LLM/rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 0c2aedc..cfea03b 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -6,7 +6,7 @@ huggingface-hub>=0.30.0 sentence-transformers==3.4.1 chromadb==1.5.9 transformers==5.0.0rc3 -pypdf==6.11.0 +pypdf==6.12.0 torch==2.12.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file