From eb259494382d9d5a59e516c0a2453db447d7c420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 07:38:31 +0000 Subject: [PATCH] Bump pillow in /league_ws/src/simulation_ws/src/sagemaker_rl_agent Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 6.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/4.3.0...6.2.0) Signed-off-by: dependabot[bot] --- league_ws/src/simulation_ws/src/sagemaker_rl_agent/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/league_ws/src/simulation_ws/src/sagemaker_rl_agent/setup.py b/league_ws/src/simulation_ws/src/sagemaker_rl_agent/setup.py index 3418ab4..f0742c3 100644 --- a/league_ws/src/simulation_ws/src/sagemaker_rl_agent/setup.py +++ b/league_ws/src/simulation_ws/src/sagemaker_rl_agent/setup.py @@ -15,7 +15,7 @@ install_requires=[ 'tensorflow==1.11', 'annoy==1.8.3', - 'Pillow==4.3.0', + 'Pillow==6.2.0', 'matplotlib==2.0.2', 'numpy==1.14.5', 'pandas==0.22.0',