From c7e4f56bd432581506fc6da65764a6fc5377edfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:26:46 +0000 Subject: [PATCH] Bump pypdf from 5.7.0 to 6.0.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.7.0 to 6.0.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/5.7.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29debc1..7d2cc37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dotenv==1.0.1 pydantic==2.8.2 pydantic_core==2.20.1 PyJWT==2.6.0 -pypdf==5.7.0 +pypdf==6.0.0 PyYAML==6.0.2 gunicorn==23.0.0 requests==2.32.4