From 32d7dbcf1d75e5574008b11305f878702b9f2ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:59:01 +0000 Subject: [PATCH] chore(deps): bump torch from 2.5.1 to 2.7.1 in /backends/python/server Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 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.5.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backends/python/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 687ec102..d6fa9674 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -56,7 +56,7 @@ setuptools==75.6.0 ; python_version >= "3.9" and python_version < "3.13" sympy==1.13.1 ; python_version >= "3.9" and python_version < "3.13" threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.20.3 ; python_version >= "3.9" and python_version < "3.13" -torch==2.5.1 ; python_version >= "3.9" and python_version < "3.13" +torch==2.7.1 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.67.1 ; python_version >= "3.9" and python_version < "3.13" transformers==4.46.3 ; python_version >= "3.9" and python_version < "3.13" triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.9"