From d10663586c064a4756ed56ae41f7d992c8fe7736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:36:10 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 8.3.2 in /single_stage_detector/ssd Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.2.0...8.3.2) --- 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..046af62 --- 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==8.3.2 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.5