From 78f8d56d74416025dce902720e90a54e2bf22b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:08:44 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 in /resnet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.3.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/6.2.2...9.3.0) --- 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..271175e 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.3.0 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 tensorflow==1.14