From f926688575f1d609a8c033fc46424d536c2a97a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:25:17 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.1 in /resnet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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/6.2.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resnet/requirements.txt b/resnet/requirements.txt index e4bcf84..a3ce9ba 100644 --- a/resnet/requirements.txt +++ b/resnet/requirements.txt @@ -5,7 +5,7 @@ werkzeug nltk==3.4.5 scipy==1.2.3 requests==2.23.0 -Pillow==6.2.2 +Pillow==9.0.1 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 tensorflow==1.14