From 3574bbb9f32782bb95a4f9122c55f4db52b5e12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:11:03 +0000 Subject: [PATCH] Bump pillow in /week07/hw/docker/yolov3_onnx/yolov3_onnx Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.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/6.2.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt b/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt index f2fcb4a0..832b9bea 100644 --- a/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt +++ b/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt @@ -2,5 +2,5 @@ numpy>=1.15.1 protobuf>=3.11.3 onnx==1.6.0 pycuda>=2017.1.1 -Pillow==6.2.2 +Pillow==9.3.0 wget>=3.2