From 890940ad0f11d3c7c72c791f587f34f08d14c113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:35:13 +0000 Subject: [PATCH] build(deps): bump pillow in /custom_pytorch_yolov5/files Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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/9.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom_pytorch_yolov5/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_pytorch_yolov5/files/requirements.txt b/custom_pytorch_yolov5/files/requirements.txt index fae76f2..5a058d8 100644 --- a/custom_pytorch_yolov5/files/requirements.txt +++ b/custom_pytorch_yolov5/files/requirements.txt @@ -1,4 +1,4 @@ numpy==1.24.1 opencv_python==4.7.0.68 -Pillow==9.4.0 +Pillow==12.2.0 torch==2.7.0