From 2b3b4afa2c4a93589e8ba71886e05b6dd8fe111a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:47:31 +0000 Subject: [PATCH] Bump pypdf in /6_use_cases/usecases/rag_including_chatbot Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.8.1 to 6.4.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/3.8.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 6_use_cases/usecases/rag_including_chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6_use_cases/usecases/rag_including_chatbot/requirements.txt b/6_use_cases/usecases/rag_including_chatbot/requirements.txt index 0ae378c..93e7571 100644 --- a/6_use_cases/usecases/rag_including_chatbot/requirements.txt +++ b/6_use_cases/usecases/rag_including_chatbot/requirements.txt @@ -5,7 +5,7 @@ botocore==1.29.27 html2text jinja2 faiss-cpu==1.7.4 -pypdf==3.8.1 +pypdf==6.4.0 transformers==4.50.0 anthropic sentence_transformers==2.2.2 \ No newline at end of file