From e6fab3ad75a7ef2dd0ea18636bdf6850ce9c267f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:40:58 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.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/9.2.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ae05c9..685ee32 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "scikit-learn==1.0.2", "xlrd==1.2.0", "yattag==1.14", - "pillow==9.2.0", + "pillow==12.2.0", "pytest==7.1.2", "protobuf==3.20.0", "statsmodels==0.14.2",