From 0cd42f1a8edaa91e8b1fe124e5b4c95176bbc0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:06:16 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.0.0 in /single_stage_detector/ssd 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] --- 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..717e5fb --- 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.0.0 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.5