From 5b8b27238c3f7a7093af9a264f8841a63d2828f2 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 in /Meetup #6 - Overview RL/Dynamicprogramming 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/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..551eb53 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.0.1 # policy_iteration/policy_iteration.py: 3 # value_iteration/value_iteration.py: 2