From 7bc9cbb16512a98abbc8a4a74100e164d50fb11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:37:09 +0000 Subject: [PATCH] Bump pypdf from 5.4.0 to 6.7.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.4.0 to 6.7.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/5.4.0...6.7.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.1 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 a3426a5b2d24c..a1826e225385f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ pyopenssl==21.0.0 ; python_version < '3.12' pyopenssl==24.1.0 ; python_version >= '3.12' # (Noble) min 23.2.0, pinned for compatibility with cryptography==42.0.8 and security patches PyPDF2==1.26.0 ; python_version <= '3.10' PyPDF2==2.12.1 ; python_version > '3.10' and python_version < '3.13' # (Noble and below) -PyPDF==5.4.0 ; python_version >= '3.13' # (Trixie) +PyPDF==6.7.1 ; python_version >= '3.13' # (Trixie) pypiwin32 ; sys_platform == 'win32' pyserial==3.5 python-dateutil==2.8.1 ; python_version < '3.11'