From 5ef00461085192bd393bcffe6703a7cd7d611e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:11:29 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /solutionbox/image_classification Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solutionbox/image_classification/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutionbox/image_classification/setup.py b/solutionbox/image_classification/setup.py index 37ca80e47..3ed98cecb 100644 --- a/solutionbox/image_classification/setup.py +++ b/solutionbox/image_classification/setup.py @@ -47,7 +47,7 @@ long_description=""" """, install_requires=[ - 'pillow==6.2.0', + 'pillow==9.0.1', ], package_data={ }