From ba88aeb355561f2ddb86745b01318d74195d25b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:26:15 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.1.1 in /ModelTrainer Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ModelTrainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelTrainer/requirements.txt b/ModelTrainer/requirements.txt index 6e08b5605..a0c86a386 100644 --- a/ModelTrainer/requirements.txt +++ b/ModelTrainer/requirements.txt @@ -1,6 +1,6 @@ # Use conda install ... to install these matplotlib==3.5.1 -pillow==10.3.0 +pillow==12.1.1 graphviz==0.19.2 # for graphviz, installation via the system might be required, e.g. sudo apt-get install graphviz or directly from their website https://graphviz.gitlab.io/ pytest==7.1.1 pandas==1.4.2