From a2e98d8f754cf5c7d5a26cf495cfb623cb1aacbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:54:38 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.0.0 in /rag-onboarding-notebook Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.0.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.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.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 3fae15f..f852e35 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.0.0 requests==2.32.2 sentence-transformers==2.2.2 sentencepiece==0.1.98