From 8caeb0670b364a5a6627b77aef8920adaa2e9e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:04:37 +0000 Subject: [PATCH] chore: bump pypdf from 3.17.0 to 6.1.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.1.1. - [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.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.1 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..8159431 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.1 PyYAML==6.0.2 regex==2024.11.6 requests==2.32.3