From 36dc82cc77fedaefd3d38ace7ef9669277bcc74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:24:38 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.1.1 in /object/detection/src Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object/detection/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object/detection/src/requirements.txt b/object/detection/src/requirements.txt index 39039cc..0e34f14 100644 --- a/object/detection/src/requirements.txt +++ b/object/detection/src/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.12.1 keras==2.4.3 numpy==1.22.0 -pillow==10.3.0 +pillow==12.1.1 scipy==1.10.0 h5py==2.10.0 matplotlib==3.3.2