From 49af3a1455a28b1c1312f81b78bf27a19e008021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:29:34 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.3.0 in /procgen-build Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 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.4.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- procgen-build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procgen-build/requirements.txt b/procgen-build/requirements.txt index e86b0fad..ac9bd9cb 100644 --- a/procgen-build/requirements.txt +++ b/procgen-build/requirements.txt @@ -1,2 +1,2 @@ imageio==2.9.0 # the pillow version we want to use requires an older imageio version -pillow==8.4.0 # this is required by gym3, newer versions fail to install on linux cibuildwheel with a missing dependency error +pillow==9.3.0 # this is required by gym3, newer versions fail to install on linux cibuildwheel with a missing dependency error