From d980e810f5ce134787bc146d3bc173982332c09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:23:17 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.3.2 in /solutionbox/ml_workbench/xgboost Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solutionbox/ml_workbench/xgboost/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutionbox/ml_workbench/xgboost/setup.py b/solutionbox/ml_workbench/xgboost/setup.py index 577e46d26..caaa01bf0 100644 --- a/solutionbox/ml_workbench/xgboost/setup.py +++ b/solutionbox/ml_workbench/xgboost/setup.py @@ -29,7 +29,7 @@ install_requires=[ 'tensorflow==1.15.2', 'protobuf==3.4.0', - 'pillow==6.2.0', # ML Engine does not have PIL installed + 'pillow==8.3.2', # ML Engine does not have PIL installed 'xgboost==0.6a2', ], package_data={