From 9093938cb4f2432def8af299b01175f533506211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:08:35 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.1.1 in /ch05 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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..d924002 100644 --- a/ch05/requirements.txt +++ b/ch05/requirements.txt @@ -3,5 +3,5 @@ mistune==3.2.0 python-docx==1.2.0 fpdf2==2.8.5 pypdf==6.6.2 -Pillow==12.1.0 +Pillow==12.1.1 pdf2image==1.17.0