From df00b14caf71c6e25696870b6cc3b69ad5dd94fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:30:38 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 8.1.1. - [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...8.1.1) 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..a8a1485 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==8.1.1 pommerman==0.2.0 pyglet==1.4.0a1 pytz==2018.4 diff --git a/requirements.txt b/requirements.txt index 6cf489d..f761395 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~=8.1 ruamel.yaml~=0.15 Flask~=0.12 requests~=2.18