From a32c9e7c4beed0b10e8d1246679358505b6eca12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:03 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.1.1 to 12.2.0 in /examples/resnet Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/resnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index 72eea68af8..83ffcd81fd 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,3 +1,3 @@ -pillow==12.1.1 +pillow==12.2.0 torch==2.8.0 transformers==4.52.3