From 17c5af0f5c80f101b6fd0505c1bcf144350ced1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:18:21 +0000 Subject: [PATCH] build(deps): bump pillow Bumps the pip group with 1 update in the /py01/ex02 directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 10.3.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/10.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- py01/ex02/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py01/ex02/requirements.txt b/py01/ex02/requirements.txt index ebd10f6..70a1c39 100644 --- a/py01/ex02/requirements.txt +++ b/py01/ex02/requirements.txt @@ -1,3 +1,3 @@ numpy==2.1.2 -Pillow==10.3.0 +Pillow==12.2.0 pytest==8.3.3