From c4f83db0073ab69082ab97c203cfdfbc03931e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:02:27 +0000 Subject: [PATCH] chore: bump pillow in /examples/image-classification Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.1.1. - [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.4.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-classification/requirements.txt b/examples/image-classification/requirements.txt index 469761964c58..5ea6b1b6ec0e 100644 --- a/examples/image-classification/requirements.txt +++ b/examples/image-classification/requirements.txt @@ -1,4 +1,4 @@ numpy==1.26.4 pandas==2.2.2 -pillow==10.4.0 +pillow==12.1.1 tensorflow==2.17.0