From c306896b1592de3020b9ea20c132011bbc9301d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:30:25 +0000 Subject: [PATCH] Bump pillow from 11.3.0 to 12.1.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 11.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/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0b7dd1..1e325fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -146,7 +146,7 @@ pathspec==0.12.1 ; python_version >= "3.11" and python_version < "4.0" pdocs==1.2.0 ; python_version >= "3.11" and python_version < "4.0" pep8-naming==0.10.0 ; python_version >= "3.11" and python_version < "4.0" pexpect==4.9.0 ; python_version >= "3.11" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten") -pillow==11.3.0 ; python_version >= "3.11" and python_version < "4.0" +pillow==12.1.1 ; python_version >= "3.11" and python_version < "4.0" platformdirs==4.3.8 ; python_version >= "3.11" and python_version < "4.0" pluggy==1.6.0 ; python_version >= "3.11" and python_version < "4.0" poethepoet==0.37.0 ; python_version >= "3.11" and python_version < "4.0"