From 4b4c458615a04ec40b7b807a1fa5a9f63ccb6ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:18:55 +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.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..a300aabb75 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.6.0 beautifulsoup4==4.12.3