From 49353aade797c8cef1425a9ea5e8c998ae12fa6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:11:17 +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.0.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/9.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow 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 1d52da8..6f7191a 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.0.1 torch==1.13.1