From 2c0209f929a0b93b662b64fbae652760c84ad06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:14:35 +0000 Subject: [PATCH] Update pillow requirement from >=11.0.0 to >=12.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.0.0...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 99446f1b..ad3c5057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "numpy>=2.4.0,<3", "pylibjpeg>=2.0.0", "pylibjpeg-openjpeg>=2.5.0", - "pillow>=11.0.0", + "pillow>=12.2.0", "websockets==16.0", "requests>=2.32.0", "python-dotenv>=1.2.1",