From a8ca6f78354c28570d84ce3958c91588a49598e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:41:26 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 in /algo-dev-demo/digits-recognition/src Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 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/8.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- algo-dev-demo/digits-recognition/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo-dev-demo/digits-recognition/src/requirements.txt b/algo-dev-demo/digits-recognition/src/requirements.txt index 3fce38e..2db5c42 100644 --- a/algo-dev-demo/digits-recognition/src/requirements.txt +++ b/algo-dev-demo/digits-recognition/src/requirements.txt @@ -2,4 +2,4 @@ algorithmia>=1.0.0,<2.0 numpy==1.19.4 scipy==1.5.3 scikit-learn==0.23.2 -pillow==8.1.1 +pillow==9.3.0