From 6c26a3ae115d0f6457e787dbe6bae8ba7a158819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 08:16:42 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 12.2.0 in /contrib/resize Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 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/8.0.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.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..57aa4f223 100644 --- a/contrib/resize/requirements.txt +++ b/contrib/resize/requirements.txt @@ -1,2 +1,2 @@ -Pillow==8.0.1 +Pillow==12.2.0 piexif==1.1.2