From f3cdfefac6d8bab22318e0f004b6923551d901bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:33:21 +0000 Subject: [PATCH] chore(deps): bump torch in /sagemaker-train/tests/data/script_mode 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] --- 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 ada0b275b2..4ae23d69cf 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.8.0 +torch==2.13.0