From 9e01941396901d776678705f39320cdc474c2a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:30:40 +0000 Subject: [PATCH] build(deps): bump pillow in /databricks-builder-app Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 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.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- databricks-builder-app/pyproject.toml | 2 +- databricks-builder-app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databricks-builder-app/pyproject.toml b/databricks-builder-app/pyproject.toml index 31a501d2..464fa2c2 100644 --- a/databricks-builder-app/pyproject.toml +++ b/databricks-builder-app/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "plutoprint==0.19.0", # Conflict resolution pins for Databricks Apps pre-installed packages "tenacity==9.0.0", - "pillow==11.1.0", + "pillow==12.2.0", "websockets>=15.0.1", "pyarrow==18.1.0", "markupsafe==3.0.2", diff --git a/databricks-builder-app/requirements.txt b/databricks-builder-app/requirements.txt index 3fa9071f..1a9a012f 100644 --- a/databricks-builder-app/requirements.txt +++ b/databricks-builder-app/requirements.txt @@ -297,7 +297,7 @@ pathable==0.5.0 # via jsonschema-path pathspec==1.0.4 # via sqlfluff -pillow==11.1.0 +pillow==12.2.0 # via # databricks-builder-app # matplotlib