From be7dd0ca9226409b6101130df863eff0336c8e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:25:45 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.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/5.1.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..7b19ef5 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.2.0 pommerman==0.2.0 pyglet==1.4.0a1 pytz==2018.4 diff --git a/requirements.txt b/requirements.txt index 6cf489d..21b12cf 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.2 ruamel.yaml~=0.15 Flask~=0.12 requests~=2.18