From ff394274d528207683cce4d8c3bff5b533038fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 19:20:47 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.0.0 in /scripts/train2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.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/5.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/train2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 scripts/train2/requirements.txt diff --git a/scripts/train2/requirements.txt b/scripts/train2/requirements.txt old mode 100755 new mode 100644 index bb6c101c..51acaafb --- a/scripts/train2/requirements.txt +++ b/scripts/train2/requirements.txt @@ -8,7 +8,7 @@ torch pyquaternion tqdm pyrr -Pillow==5.2.0 +Pillow==9.0.0 torchvision PyYAML tensorboardX