From 9fae1d848f7f6e9a2597c06f34eacaaa63bc0fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:06:27 +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.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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..fc26ed042 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.2.0 torch==2.8.0 nbconvert==7.17.0 ipykernel==6.29.5