From 4a9b4baa01eb33dae16d5ced1a8977d7df5d3480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:28:33 +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 ... 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 ec0c7ef1..63f71fdc 100644 --- a/databricks-builder-app/pyproject.toml +++ b/databricks-builder-app/pyproject.toml @@ -41,7 +41,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 4bba6c3b..c5573ecb 100644 --- a/databricks-builder-app/requirements.txt +++ b/databricks-builder-app/requirements.txt @@ -281,7 +281,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 (pyproject.toml) # matplotlib