From 73a5e743e16b87b544845dbb86bd5dfc6a0dc514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:59:06 +0000 Subject: [PATCH] build(deps-dev): bump pillow from 11.3.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.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/11.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec9071bb6..482de5d602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ wheel = [ "pep517==0.13.1", # optional package to prevent warning in Python shell [#16571] "pickleshare==0.7.5", - "Pillow==11.3.0", + "Pillow==12.2.0", "pkginfo==1.12.1.2", "psutil==7.0.0", "pybind11==3.0.1",