From ac745ab88c7738c2160df11d86b876180d74207c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:12:32 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.7.2 in /backend/src/generate_embeddings Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.7.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.7.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.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..d9c50cc 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.7.2 urllib3 \ No newline at end of file