From cabb0be564a739850f2b0ee0cb586f15f6766f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:35:10 +0000 Subject: [PATCH] chore(deps): bump torch in /examples/helm-based-templates/notebooks Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.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 2767f7e5e..37e7355ff 100644 --- a/examples/helm-based-templates/notebooks/pytorch_requirements.txt +++ b/examples/helm-based-templates/notebooks/pytorch_requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.5 Pillow==12.2.0 -torch==2.8.0 +torch==2.12.0 nbconvert==7.17.1 ipykernel==6.29.5 ipython==8.37.0