From b83e68b5f3b67dbb9df7be9d951ba060e1e77cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:44:16 +0000 Subject: [PATCH] Bump pypdf from 6.6.2 to 6.7.2 in /ch05 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.2. - [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.6.2...6.7.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch05/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/requirements.txt b/ch05/requirements.txt index 02ca4c8..6e82e93 100644 --- a/ch05/requirements.txt +++ b/ch05/requirements.txt @@ -2,6 +2,6 @@ jinja2==3.1.6 mistune==3.2.0 python-docx==1.2.0 fpdf2==2.8.5 -pypdf==6.6.2 +pypdf==6.7.2 Pillow==12.1.0 pdf2image==1.17.0