From 76d8f861a8a9a36093cd33a02a195c415c4c557e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:32:43 +0000 Subject: [PATCH] Bump pillow from 7.1.0 to 8.1.1 in /02 - MobileNet Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.0 to 8.1.1. - [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/7.1.0...8.1.1) Signed-off-by: dependabot[bot] --- 02 - MobileNet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 02 - MobileNet/requirements.txt diff --git a/02 - MobileNet/requirements.txt b/02 - MobileNet/requirements.txt old mode 100755 new mode 100644 index 6269225..bc54c34 --- a/02 - MobileNet/requirements.txt +++ b/02 - MobileNet/requirements.txt @@ -1,7 +1,7 @@ numpy==1.18.5 torch==1.5.1 torchvision==0.6.1 -Pillow==7.1.0 +Pillow==8.1.1 matplotlib==3.2.2 albumentations==0.4.5 scikit-image