From cc63f813ccdfd004475632f3f885bc2bbe11c5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:58:37 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.3.0 in /single_stage_detector/ssd 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] --- single_stage_detector/ssd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 single_stage_detector/ssd/requirements.txt diff --git a/single_stage_detector/ssd/requirements.txt b/single_stage_detector/ssd/requirements.txt old mode 100755 new mode 100644 index d040846..a7c76e5 --- a/single_stage_detector/ssd/requirements.txt +++ b/single_stage_detector/ssd/requirements.txt @@ -5,7 +5,7 @@ cycler==0.10.0 kiwisolver==1.0.1 matplotlib==2.2.2 numpy==1.14.5 -Pillow==5.2.0 +Pillow==9.3.0 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.5