From d6ceff8863e160fa1652da16761c7f38944872a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 09:04:33 +0000 Subject: [PATCH] chore: bump pypdf from 3.17.0 to 6.1.3 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3f2aab..a94a680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ idna==3.10 numpy==2.2.3 ordered-set==4.1.0 packaging==24.2 -pypdf==3.17.0 +pypdf==6.1.3 PyYAML==6.0.2 regex==2024.11.6 requests==2.32.3