From 539a92808e11a4712189ac34fde138ce0924918d 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/MonteCarlo 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/MonteCarlo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meetup #6 - Overview RL/MonteCarlo/requirements.txt b/Meetup #6 - Overview RL/MonteCarlo/requirements.txt index 1f1d4b1..90fed8a 100644 --- a/Meetup #6 - Overview RL/MonteCarlo/requirements.txt +++ b/Meetup #6 - Overview RL/MonteCarlo/requirements.txt @@ -2,7 +2,7 @@ # https://github.com/damnever/pigar # environment.py: 4 -Pillow == 4.2.1 +Pillow == 10.2.0 # mc_agent.py: 4 environment == 1.0.0