From a584bf52f94e8024f6950e4ac2dfed76591dabef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:25:55 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.1.1 in /samples/python 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] --- samples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/requirements.txt b/samples/python/requirements.txt index df8d1ab..e01db44 100644 --- a/samples/python/requirements.txt +++ b/samples/python/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.2 numpy==1.26.3 pyopencl==2023.1.4 -pillow==10.3.0 +pillow==12.1.1 jupyterlab==4.4.8