From 8376084236370388dab03ffb42ae94ede810f9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:05:11 +0000 Subject: [PATCH] chore: bump pypdf from 5.7.0 to 6.1.3 in /examples/rag-full Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.7.0 to 6.1.3. - [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.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 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..10f245e355d1 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.1.3 tqdm==4.67.1