From 18983819833b67eaa0c5a060dbc23953e91212ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:11:30 +0000 Subject: [PATCH] Bump pillow from 11.1.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.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/11.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3426a5b2d24c..8fd0674acd102 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ passlib==1.7.4 # min version = 1.7.2 (Focal with security backports) Pillow==9.0.1 ; python_version <= '3.10' Pillow==9.4.0 ; python_version > '3.10' and python_version < '3.12' Pillow==10.2.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package -Pillow==11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package +Pillow==12.1.1 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package polib==1.1.1 psutil==5.9.0 ; python_version <= '3.10' psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'