From 5f073265b8570f0e830cd0b395c277027c64e7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 21:30:32 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.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/5.1.0...6.2.0) Signed-off-by: dependabot[bot] --- manager/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index 008f65b..5e2d57f 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -17,7 +17,7 @@ Jinja2==2.10 kombu==4.2.0 MarkupSafe==1.0 numpy==1.14.3 -Pillow==5.1.0 +Pillow==6.2.0 pommerman==0.2.0 pyglet==1.4.0a1 pytz==2018.4 diff --git a/requirements.txt b/requirements.txt index 6cf489d..439d6c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ docker~=3.1 gym~=0.10.5 scipy~=1.0 -Pillow~=5.0 +Pillow~=6.2 ruamel.yaml~=0.15 Flask~=0.12 requests~=2.18