From 35a85404dc08295787d65cfa45bd9af3f32ff20d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:45:17 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /projects/deploy_mnist Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 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.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/deploy_mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/deploy_mnist/requirements.txt b/projects/deploy_mnist/requirements.txt index dfd4833..c4337f0 100644 --- a/projects/deploy_mnist/requirements.txt +++ b/projects/deploy_mnist/requirements.txt @@ -2,4 +2,4 @@ Flask==1.0.2 numpy==1.16.2 #Pillow==2.2.1 scikit-learn==0.20.3 -pillow==6.0.0 +pillow==9.3.0