From d380d3f17c7994aa1727e0587c50d1132fdda421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:22:42 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps the pip group with 1 update in the /templates/python/cua directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 11.2.1 to 11.3.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...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- templates/python/cua/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/python/cua/pyproject.toml b/templates/python/cua/pyproject.toml index 3d558e8..f2a596d 100644 --- a/templates/python/cua/pyproject.toml +++ b/templates/python/cua/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "httpx==0.28.1", "idna==3.10", "jiter==0.10.0", - "pillow==11.2.1", + "pillow==11.3.0", "kernel>=0.6.0", "playwright==1.52.0", "pydantic==2.11.7",