From d0bd5f91c5caef6cefde9e0aac4ffa39c4e6dcbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:45:09 +0000 Subject: [PATCH] chore(deps): bump pillow in /examples/edge-torch-models Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.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.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/edge-torch-models/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/edge-torch-models/requirements.txt b/examples/edge-torch-models/requirements.txt index 5e79edf..1db8452 100644 --- a/examples/edge-torch-models/requirements.txt +++ b/examples/edge-torch-models/requirements.txt @@ -2,5 +2,5 @@ numpy==1.26.4 opencv-python-headless==4.7.0.72 torch==2.4.1 torchvision==0.19.1 -pillow==10.2.0 +pillow==12.3.0 pyyaml==6.0.2