From de51cd3802976ff126cc0f24ed7684e434311cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:44:09 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.1.3 in /rag-onboarding-notebook Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.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/3.17.0...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag-onboarding-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-onboarding-notebook/requirements.txt b/rag-onboarding-notebook/requirements.txt index dd60486..c3349cb 100644 --- a/rag-onboarding-notebook/requirements.txt +++ b/rag-onboarding-notebook/requirements.txt @@ -7,7 +7,7 @@ nltk==3.9 openai==1.16.2 pandas==1.5.3 PyMuPDF==1.22.2 -pypdf==3.17.0 +pypdf==6.1.3 requests==2.32.2 sentence-transformers==2.2.2 sentencepiece==0.1.98