From d3d7c45e0db2718fd429ecb602ae41aafdde864f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:22:58 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 10.0.1 in /procgen-build Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 10.0.1. - [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...10.0.1) --- 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..2c8c52e5 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==10.0.1 # this is required by gym3, newer versions fail to install on linux cibuildwheel with a missing dependency error