From 2b7686edb6f728818d6bbd535eaefde87c168a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:21:15 +0000 Subject: [PATCH] Bump pillow from 11.2.1 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 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.2.1...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3d7a8c..35e1e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" readme = "README.md" license = "MIT" dependencies = [ - "pillow==11.2.1", + "pillow==12.1.1", "numpy==2.2.6", "jinja2>=3.1.6,<4", "texttable>=1.6.7,<2",