From d4bbff431406eb79e11c0a9a318ff023903d654c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:09:49 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.9.2 in /backend/src/generate_embeddings Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.9.2. - [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.9.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/src/generate_embeddings/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/generate_embeddings/requirements.txt b/backend/src/generate_embeddings/requirements.txt index 0c8467c..ea753cc 100644 --- a/backend/src/generate_embeddings/requirements.txt +++ b/backend/src/generate_embeddings/requirements.txt @@ -4,5 +4,5 @@ faiss-cpu==1.7.4 langchain==0.3.21 langchain-community==0.3.27 langchain-aws==0.2.17 -pypdf==3.17.0 +pypdf==6.9.2 urllib3 \ No newline at end of file