From 379e939d5170c2a092415e8956efb7004209d2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:33:34 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 12.3.0 in /contrib/resize Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 12.3.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/8.0.1...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contrib/resize/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/resize/requirements.txt b/contrib/resize/requirements.txt index 92e99bef5..8ee3282db 100644 --- a/contrib/resize/requirements.txt +++ b/contrib/resize/requirements.txt @@ -1,2 +1,2 @@ -Pillow==8.0.1 +Pillow==12.3.0 piexif==1.1.2