From 9ef99f3ab8b676c94a9701275e5d6bd11771a2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 02:12:51 +0000 Subject: [PATCH] Bump pypdf from 6.0.0 to 6.1.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.0.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/6.0.0...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 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 b2bb69a..d8c3b00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dotenv==1.0.1 pydantic==2.8.2 pydantic_core==2.20.1 PyJWT==2.6.0 -pypdf==6.0.0 +pypdf==6.1.3 PyYAML==6.0.2 gunicorn==23.0.0 requests==2.32.4