From fb4df4beb56af0b657cfd52cd5b14b6a38a9e0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:13:17 +0000 Subject: [PATCH] build(deps): bump pillow from 10.3.0 to 12.2.0 in /py01/ex04 Bumps [pillow](https://github.com/python-pillow/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 ... Signed-off-by: dependabot[bot] --- py01/ex04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py01/ex04/requirements.txt b/py01/ex04/requirements.txt index 2cb93d7..bb3e06a 100644 --- a/py01/ex04/requirements.txt +++ b/py01/ex04/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.9.2 numpy==2.1.2 -Pillow==10.3.0 +Pillow==12.2.0 pytest==8.3.3