From 5fbff15e5d2bbe0075d4f5c261e99fc99c89a869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:02:24 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 10.0.1 in /Meetup #6 - Overview RL/Q-learning Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 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/4.2.1...10.0.1) --- 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..7820e20 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.0.1 # q_learning_agent.py: 3 environment == 1.0.0