From 16017d95bd3bd42a141129dfb0cd93613eddf8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:50:01 +0000 Subject: [PATCH] chore(deps): Bump pypdf in /lambda/summarization/document_reader Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.2.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/4.2.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/summarization/document_reader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/summarization/document_reader/requirements.txt b/lambda/summarization/document_reader/requirements.txt index 8aa61b3..98ab721 100644 --- a/lambda/summarization/document_reader/requirements.txt +++ b/lambda/summarization/document_reader/requirements.txt @@ -1,5 +1,5 @@ redis -pypdf==4.2.0 +pypdf==6.4.0 langchain==0.2.5 langchain-community==0.2.5 urllib3<2