From f491a9bbd55863bfa8f26ae2b973597e27637279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:57:11 +0000 Subject: [PATCH] Bump pillow in /AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 8.2.0. - [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/5.3.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../demo/yolov3/yolov3-bcl/demo/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs/requirements.txt diff --git a/AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs/requirements.txt b/AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs/requirements.txt old mode 100755 new mode 100644 index 3221456..7bd3e8a --- a/AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs/requirements.txt +++ b/AICSE-demo-student/demo/yolov3/yolov3-bcl/demo/docs/requirements.txt @@ -1,5 +1,5 @@ numpy==1.15.1 -Pillow==5.3.0 +Pillow==8.2.0 scipy==1.1.0 tensorflow-gpu==1.11.0 wget==3.2