From a3205064018f86c7d461ceccb6a8069696c6892d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:13:32 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 6.4.0 in /lambda/split_pdf Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 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.3.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/split_pdf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/split_pdf/requirements.txt b/lambda/split_pdf/requirements.txt index 15f3f6c1..06c0da9c 100644 --- a/lambda/split_pdf/requirements.txt +++ b/lambda/split_pdf/requirements.txt @@ -1 +1 @@ -pypdf==4.3.1 \ No newline at end of file +pypdf==6.4.0 \ No newline at end of file