From 9397e2c922525d4f1d63c5331bc48c134ac38aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:44:48 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.1 in /projects/deploy_mnist Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.0.0...9.0.1) --- 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..1e21ff0 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.0.1