From 69796959ce83099b8a89f9e2314c4a07d4a57a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:18:35 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /vision-based-end2end-learning Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.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/6.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision-based-end2end-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 vision-based-end2end-learning/requirements.txt diff --git a/vision-based-end2end-learning/requirements.txt b/vision-based-end2end-learning/requirements.txt old mode 100755 new mode 100644 index fcac385..f85fb06 --- a/vision-based-end2end-learning/requirements.txt +++ b/vision-based-end2end-learning/requirements.txt @@ -5,7 +5,7 @@ h5py==2.10.0 tensorflow==1.15 opencv_python==3.1.0.1 six==1.12.0 -Pillow==6.2.0 +Pillow==9.0.1 protobuf PyYAML==4.2b1 pydot==1.4.1