From f8c3fc590fa69f7e4c038134a41473204cd0c4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:38:20 +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.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.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.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..876f23cdc6b 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.3.0 transformers[torch] == 4.56.1