From 6c6fb0a344de5319f687c2dd2b8c93d7d397ff7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:18:01 +0000 Subject: [PATCH] build(deps): bump pillow in /examples/huggingface_space Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/huggingface_space/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/huggingface_space/requirements.txt b/examples/huggingface_space/requirements.txt index 3d4ad38..9c4a1a8 100644 --- a/examples/huggingface_space/requirements.txt +++ b/examples/huggingface_space/requirements.txt @@ -1,4 +1,4 @@ -Pillow==12.2.0 +Pillow==12.3.0 CairoSVG==2.9.0 tqdm==4.68.4 PyYAML==6.0.3