From f3596f21c1143036ace4a37cc698c4ec0d7c962a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:43:24 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...9.3.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 a5bca151..03a79f4a 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==8.3.2 +Pillow==9.3.0 pommerman==0.2.0 pyglet==1.4.0a1 pytz==2018.4 diff --git a/requirements.txt b/requirements.txt index 60c54fa1..a1ba305c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ docker~=3.1 gym~=0.10.5 scipy~=1.0 -Pillow~=8.3 +Pillow~=9.3 ruamel.yaml~=0.15 Flask~=0.12 requests~=2.18