From 075cad43ee47afa2a02129907f11d38612946011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:43:55 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.1.3 in /backend/src/generate_embeddings Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.1.3. - [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.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 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..b6e6efa 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.1.3 urllib3 \ No newline at end of file