From 8918c37ef2dda29cd9629595635d4797adb274f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:25:20 +0000 Subject: [PATCH] Bump pillow 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] --- .../GUI Projects/11). Image Filter/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4]. Projects/Desktop Development/GUI Projects/11). Image Filter/src/requirements.txt b/4]. Projects/Desktop Development/GUI Projects/11). Image Filter/src/requirements.txt index 8489cc78c..0be8b61d1 100644 --- a/4]. Projects/Desktop Development/GUI Projects/11). Image Filter/src/requirements.txt +++ b/4]. Projects/Desktop Development/GUI Projects/11). Image Filter/src/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.2.2 numpy==1.22.3 opencv_python==4.8.1.78 -Pillow==10.3.0 +Pillow==12.1.1 PyQt5==5.15.6 scikit_image==0.14.2 skimage==0.0