From 7fefc92f85a6e8a9c7b1c5bb9c2b17dd98fb8337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:42:30 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 10.0.1 in /04_ReinforcementLearning Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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/6.2.2...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 04_ReinforcementLearning/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04_ReinforcementLearning/requirements.txt b/04_ReinforcementLearning/requirements.txt index b9a0dc8..b3ebd2a 100644 --- a/04_ReinforcementLearning/requirements.txt +++ b/04_ReinforcementLearning/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.17.0 -Pillow==6.2.2 +numpy==1.17.0 +Pillow==10.0.1 -e git+https://github.com/CarlosW1998/PyGame-Learning-Environment@47c77f7d37667a5865bc8e1a811eac09d3f19aa4#egg=ple pygame==1.9.6