From bff68becf68e8c54d2749c7b961aaa4268244cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:49:50 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.2.0 in /solutionbox/ml_workbench/xgboost Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.2.0. - [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.2.0) --- 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..fe91282da 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.2.0', # ML Engine does not have PIL installed 'xgboost==0.6a2', ], package_data={