From 62ca08ef62b6b1c84e487c58df984536ebe3fd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:37:25 +0000 Subject: [PATCH] Bump pillow in /Meetup #6 - Overview RL/Dynamicprogramming 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/Dynamicprogramming/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meetup #6 - Overview RL/Dynamicprogramming/requirements.txt b/Meetup #6 - Overview RL/Dynamicprogramming/requirements.txt index a8b2640..eb9b2ad 100644 --- a/Meetup #6 - Overview RL/Dynamicprogramming/requirements.txt +++ b/Meetup #6 - Overview RL/Dynamicprogramming/requirements.txt @@ -3,7 +3,7 @@ # policy_iteration/environment.py: 5 # value_iteration/environment.py: 5 -Pillow == 4.2.1 +Pillow == 10.2.0 # policy_iteration/policy_iteration.py: 3 # value_iteration/value_iteration.py: 2