From 67894aa5a54f23cd16ad304d222e3878825480f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:38:31 +0000 Subject: [PATCH] Bump pypdf from 4.1.0 to 6.15.0 in /06-examples/RAG-recipes Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.1.0 to 6.15.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/4.1.0...6.15.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 06-examples/RAG-recipes/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-examples/RAG-recipes/requirements.txt b/06-examples/RAG-recipes/requirements.txt index 3c71987..4be6f5e 100644 --- a/06-examples/RAG-recipes/requirements.txt +++ b/06-examples/RAG-recipes/requirements.txt @@ -1,5 +1,5 @@ langchain==0.1.14 -pypdf==4.1.0 +pypdf==6.15.0 opensearch-py==2.8.0 requests-aws4auth==1.3.1 boto3==1.34.58