From 1c7befb8d3f902ffe6844230bd5e7ba80614558b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:20:22 +0000 Subject: [PATCH] build(deps): bump torch from 2.5.1 to 2.7.0 in /application Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.7.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.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index e360736a..0c6fb498 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -80,7 +80,7 @@ retry==0.9.2 sentence-transformers==3.3.1 tiktoken==0.8.0 tokenizers==0.21.0 -torch==2.5.1 +torch==2.7.0 tqdm==4.67.1 transformers==4.51.3 typing-extensions==4.12.2