From 7d38863c55f24bddbd15c43c9806673626ffe27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:01:54 +0000 Subject: [PATCH] build(deps): bump pillow from 5.2.0 to 9.3.0 in /scripts/train2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 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/5.2.0...9.3.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 4accddba..c7271bdc --- a/scripts/train2/requirements.txt +++ b/scripts/train2/requirements.txt @@ -10,7 +10,7 @@ torch pyquaternion tqdm pyrr -Pillow==5.2.0 +Pillow==9.3.0 torchvision PyYAML tensorboardX