From d1eeeb4c38c6dc60541ae8dd08431a67816ca757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:20:21 +0000 Subject: [PATCH] build(deps): bump torch in /sagemaker-train/tests/data/script_mode Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cpu to 2.8.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/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sagemaker-train/tests/data/script_mode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-train/tests/data/script_mode/requirements.txt b/sagemaker-train/tests/data/script_mode/requirements.txt index da7441eee2..ada0b275b2 100644 --- a/sagemaker-train/tests/data/script_mode/requirements.txt +++ b/sagemaker-train/tests/data/script_mode/requirements.txt @@ -1,3 +1,3 @@ numpy -f https://download.pytorch.org/whl/torch_stable.html -torch==2.0.1+cpu +torch==2.8.0