From a0424dc3bb788a9dfdd3eadd82f731359421c1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:08:32 +0000 Subject: [PATCH] chore: bump pypdf from 5.7.0 to 6.0.0 in /examples/rag-full Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.7.0 to 6.0.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/5.7.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rag-full/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag-full/requirements.txt b/examples/rag-full/requirements.txt index f5a29419ffc0..7154b051de85 100644 --- a/examples/rag-full/requirements.txt +++ b/examples/rag-full/requirements.txt @@ -3,5 +3,5 @@ langchain==0.3.26 langchain-chroma==0.2.4 langchain-community==0.3.27 langchain-openai==0.3.27 -pypdf==5.7.0 +pypdf==6.0.0 tqdm==4.67.1