From 2519b5870fc1c5df5cbdac1709c7d16be60401b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:58:19 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.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.4.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 03faa5e..cbb74ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ msgpack==1.1.2; python_version >= '3.9' packaging==26.0; python_version >= '3.8' paginate==0.5.7 pathspec==1.0.4; python_version >= '3.9' -pillow==10.4.0; python_version >= '3.8' +pillow==12.1.1; python_version >= '3.8' platformdirs==4.9.4; python_version >= '3.10' pycparser==3.0; implementation_name != 'PyPy' pygments==2.19.2; python_version >= '3.8'