From 0924401bee21997104649afba61a064dad78d4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:33:05 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.2.0 in /ch05 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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..8ddfda4 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.2.0 pdf2image==1.17.0