From 2392a760f9c9bfa89a48be3976552f714815fd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:41:56 +0000 Subject: [PATCH] chore(deps): bump pillow in /examples/helm-based-templates/notebooks Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.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/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../helm-based-templates/notebooks/pytorch_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helm-based-templates/notebooks/pytorch_requirements.txt b/examples/helm-based-templates/notebooks/pytorch_requirements.txt index f94a9fa0f..8fabc3bbf 100644 --- a/examples/helm-based-templates/notebooks/pytorch_requirements.txt +++ b/examples/helm-based-templates/notebooks/pytorch_requirements.txt @@ -1,5 +1,5 @@ numpy==2.2.5 -Pillow==11.3.0 +Pillow==12.1.1 torch==2.8.0 nbconvert==7.17.0 ipykernel==6.29.5