From 9c5de61f4a6b185ff0c62d2901ea8257b16a4818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:25:58 +0000 Subject: [PATCH] :lock:(deps): Bump pillow from 10.3.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 12.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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 f0a9baf..b4a0980 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'pyramid_jinja2', 'pyramid_debugtoolbar', 'waitress', - 'Pillow==10.3.0', + 'Pillow==12.1.1', 'requests==2.32.2', 'scipy==1.10.1', 'sympy==1.12',