From 15a1659d1188261f528aa66d437a5468e077b77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:55:53 +0000 Subject: [PATCH] chore(deps): Bump pypdf from 6.14.2 to 6.16.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.14.2 to 6.16.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/6.14.2...6.16.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.16.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 a8a822a5..c4e402f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ wand==0.6.13 # pypdf - pure-Python PDF library, used to auto-count a publication's pages # (issue #1298) by reading the PDF's page tree directly (no rendering). # See: https://pypi.org/project/pypdf/ -pypdf==6.14.2 +pypdf==6.16.1 # Pillow - Python Imaging Library fork, for image manipulation # Note: Pillow 10.0+ dropped Python 3.7 support; 11.0+ dropped Python 3.8