Skip to content

Commit 9e01941

Browse files
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](python-pillow/Pillow@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] <support@github.com>
1 parent 281d9ac commit 9e01941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

databricks-builder-app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"plutoprint==0.19.0",
4343
# Conflict resolution pins for Databricks Apps pre-installed packages
4444
"tenacity==9.0.0",
45-
"pillow==11.1.0",
45+
"pillow==12.2.0",
4646
"websockets>=15.0.1",
4747
"pyarrow==18.1.0",
4848
"markupsafe==3.0.2",

databricks-builder-app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pathable==0.5.0
297297
# via jsonschema-path
298298
pathspec==1.0.4
299299
# via sqlfluff
300-
pillow==11.1.0
300+
pillow==12.2.0
301301
# via
302302
# databricks-builder-app
303303
# matplotlib

0 commit comments

Comments
 (0)