From d58925e4c6ba0fdad102cfc4461ce1e105f30de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:45:12 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.4.0 in /rag-onboarding-notebook Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 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.17.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 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..33ca492 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.4.0 requests==2.32.2 sentence-transformers==2.2.2 sentencepiece==0.1.98