From e036f234c59e4535046fa2584618abdf6664c989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:15:09 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.3.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cd8efa16ed1..0e3865c9ce43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "parsedatetime", "paramiko>=3.4.0", "pgsanity", - "Pillow>=11.0.0, <12", + "Pillow>=11.0.0, <13", "polyline>=2.0.0, <3.0", "pydantic>=2.8.0", "pyparsing>=3.0.6, <4",