From acfedeaa512f2377cce2ebecbf2c5cb421417a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:45:11 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.4.0 in /backend/src/generate_embeddings 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] --- 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 01c5a01..ff5e7e0 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.20 langchain-aws==0.2.17 -pypdf==3.17.0 +pypdf==6.4.0 urllib3 \ No newline at end of file