From 2d986a47253f957fff0cfc6ecf605e4ace3d2053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:40:18 +0000 Subject: [PATCH] Bump pillow in /robustness-master/ImageNet-C/imagenet_c Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 9.0.1. - [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.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robustness-master/ImageNet-C/imagenet_c/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robustness-master/ImageNet-C/imagenet_c/requirements.txt b/robustness-master/ImageNet-C/imagenet_c/requirements.txt index 6e464cf..7931bd8 100644 --- a/robustness-master/ImageNet-C/imagenet_c/requirements.txt +++ b/robustness-master/ImageNet-C/imagenet_c/requirements.txt @@ -1,5 +1,5 @@ numpy==1.14.0 -Pillow==5.0.0 +Pillow==9.0.1 scikit-image==0.13.1 Wand==0.4.4 opencv-python==3.4.2.16