From 0e2da267c14bdbed17e5239661ea98cd1146d50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:15:52 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 in /object/detection/src Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 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 caefb17..a0a7673 100644 --- a/object/detection/src/requirements.txt +++ b/object/detection/src/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.12.1 keras==3.13.2 numpy==1.22.0 -pillow==12.2.0 +pillow==12.3.0 scipy==1.10.0 h5py==2.10.0 matplotlib==3.3.2