From b7a9aa8a550cd6eb0e88688d6d89ff5688a8bb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:57:57 +0000 Subject: [PATCH] Bump pypdf from 6.6.2 to 6.9.2 in /ch05 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.9.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.9.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.9.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..124cfbe 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.9.2 Pillow==12.1.0 pdf2image==1.17.0