From 4211eddfee61de6d4aed61e5756f8974a31d368c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:21:22 +0000 Subject: [PATCH] Bump pillow in /examples/arm/super_resolution_example_vgf Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.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](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/arm/super_resolution_example_vgf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arm/super_resolution_example_vgf/requirements.txt b/examples/arm/super_resolution_example_vgf/requirements.txt index ba8fbdf938a..44cca8b2b9d 100644 --- a/examples/arm/super_resolution_example_vgf/requirements.txt +++ b/examples/arm/super_resolution_example_vgf/requirements.txt @@ -4,5 +4,5 @@ # LICENSE file in the root directory of this source tree. numpy == 2.1.3 -Pillow == 12.0.0 +Pillow == 12.2.0 transformers[torch] == 4.56.1