From bc50b9848df1454de6355dbc727cb10f36846130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:37:40 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 10.2.0 in /Meetup #6 - Overview RL/Q-learning Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 10.2.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/4.2.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Meetup #6 - Overview RL/Q-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meetup #6 - Overview RL/Q-learning/requirements.txt b/Meetup #6 - Overview RL/Q-learning/requirements.txt index 754dd88..5fd8f3d 100644 --- a/Meetup #6 - Overview RL/Q-learning/requirements.txt +++ b/Meetup #6 - Overview RL/Q-learning/requirements.txt @@ -2,7 +2,7 @@ # https://github.com/damnever/pigar # environment.py: 4 -Pillow == 4.2.1 +Pillow == 10.2.0 # q_learning_agent.py: 3 environment == 1.0.0