From 40f33107f9dc2b2ce179f03213ecdaf0f2d2f613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:47:04 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.3.2 in /week07/hw/docker/yolov3_onnx Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...8.3.2) --- 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..c70d439c 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==8.3.2 wget>=3.2