From b9b4753f15bf35ee604f0d1b9b936011574f9fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:23:05 +0000 Subject: [PATCH] chore(deps): Bump pillow from 12.1.1 to 12.2.0 in /worker_plan Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 2e05f45f..5e43b301 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "orjson==3.11.6", "packaging==25.0", "pandas==2.3.3", - "pillow==12.1.1", + "pillow==12.2.0", "propcache==0.4.1", "pydantic==2.12.5", "pydantic_core==2.41.5",