From 078966da38c80228418046f996d7d8e6242f3403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:33:22 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 12.1.1 in /cart-pole Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.1.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/10.4.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cart-pole/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cart-pole/requirements.txt b/cart-pole/requirements.txt index 57a1056..4e02f72 100644 --- a/cart-pole/requirements.txt +++ b/cart-pole/requirements.txt @@ -12,7 +12,7 @@ kiwisolver==1.4.5 matplotlib==3.7.5 numpy==1.24.4 packaging==24.1 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 pyparsing==3.1.4 python-dateutil==2.9.0.post0