From a7aaf57ffa5d9224b9c081b9d24040015530f22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:01:57 +0000 Subject: [PATCH] Bump pillow from 12.0.0 to 12.1.1 in /ch04 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.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.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/requirements.txt b/ch04/requirements.txt index 6ab1eca..1f59826 100644 --- a/ch04/requirements.txt +++ b/ch04/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.14.3 parse==1.20.2 delorean==1.0.0 -Pillow==12.0.0 +Pillow==12.1.1 xmltodict==1.0.2 pytesseract==0.3.13 easyocr==1.7.2