From b53af95f2a3e1fcaf110af704b667a1361ca518e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:53:04 +0000 Subject: [PATCH] Bump pypdf from 3.17.4 to 6.6.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.4 to 6.6.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/3.17.4...6.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 21a8c01..8c498d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -29,7 +29,7 @@ pillow==11.3.0 platformdirs==4.3.8 pycparser==2.22 Pygments==2.19.1 -pypdf==3.17.4 +pypdf==6.6.0 pyproject_hooks==1.2.0 readme_renderer==44.0 requests==2.32.4 diff --git a/requirements.txt b/requirements.txt index b13b120..28a9f1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ lxml==5.4.0 pikepdf==9.8.1 pillow==11.3.0 -pypdf==3.17.4 +pypdf==6.6.0 wrapt==1.17.2 tqdm==4.67.1