From 377e2c3c0899406637a780bc730d260ab5e9f61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:00:13 +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.13.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.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.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..69635ea9d 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.13.0 nbconvert==7.17.1 ipykernel==6.29.5 ipython==8.37.0