From 93a3821d9bf50f2ab6867fdc2107d094f6361c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:38:31 +0000 Subject: [PATCH] Bump torch in /test-integration/test_integration/fixtures/fast-build Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.0 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/compare/v2.5.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../test_integration/fixtures/fast-build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-integration/test_integration/fixtures/fast-build/requirements.txt b/test-integration/test_integration/fixtures/fast-build/requirements.txt index 74a4d7f9f4..813c1d0e3a 100644 --- a/test-integration/test_integration/fixtures/fast-build/requirements.txt +++ b/test-integration/test_integration/fixtures/fast-build/requirements.txt @@ -1,2 +1,2 @@ -torch==2.5.0 +torch==2.8.0 beautifulsoup4==4.12.3