From 15700c1b19af7670bb2eff142258b998eeca3427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:07:27 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.7.1 in /tests Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.1. - [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.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index be2ee936..6452ec21 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,7 +12,7 @@ pathspec==0.9.0 platformdirs==2.5.2 requests==2.31.0 tomli==2.0.1 -torch==2.6.0 +torch==2.7.1 typing_extensions==4.13.0 urllib3==1.26.19 websocket-client==1.3.2