From 42fa702b01b5b69fbee5cfe49ec3640b0f95596c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 19:37:35 +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 10.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/9.4.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.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..9802637 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==10.3.0 torch==2.7.0