From e32ccd2bc861b4ac07a9b75682a0ca8963bec4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:31:36 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.3.0 to 12.3.0 in /examples/clip Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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/10.3.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/clip/requirements.txt b/examples/clip/requirements.txt index 3bad3092..713e0b4e 100644 --- a/examples/clip/requirements.txt +++ b/examples/clip/requirements.txt @@ -11,7 +11,7 @@ MarkupSafe==2.1.2 mpmath==1.3.0 networkx==3.0 numpy==1.24.1 -Pillow==10.3.0 +Pillow==12.3.0 regex==2023.6.3 requests==2.32.0 scipy==1.10.1