From dc6cb31cc2bd0c4ee2a0418de5b3d7f4a5f3398d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:17:10 +0000 Subject: [PATCH] chore(deps): bump pypdf in /CODE/Chapter3_RAG/SmartRecruit Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.9.0 to 6.16.1. - [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/5.9.0...6.16.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CODE/Chapter3_RAG/SmartRecruit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE/Chapter3_RAG/SmartRecruit/requirements.txt b/CODE/Chapter3_RAG/SmartRecruit/requirements.txt index bf3e327..5899289 100644 --- a/CODE/Chapter3_RAG/SmartRecruit/requirements.txt +++ b/CODE/Chapter3_RAG/SmartRecruit/requirements.txt @@ -212,7 +212,7 @@ pymongo==4.13.2 PyMySQL==1.1.1 pyOpenSSL==23.3.0 pyparsing==3.2.3 -pypdf==5.9.0 +pypdf==6.16.1 PyPDF2==3.0.1 pyreadline3==3.5.4 pysbd==0.3.4