From e330ea8be18ae7129d141daffd478afafdaf92c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:44:05 +0000 Subject: [PATCH] Bump pillow from 11.2.1 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 to 12.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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 2467efd..9bb04f4 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.2.0", "numpy==2.2.6", "jinja2>=3.1.6,<4", "texttable>=1.6.7,<2",