From 1e7cb7f24c3a337ee46880a694a60fb02f16a4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 19:16:18 +0000 Subject: [PATCH] Bump torch from 2.0.1+cpu to 2.8.0 in /app Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cpu 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/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b53c2c0..45bf65a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ segment-analytics-python==2.3.3 numpy==1.24.4 sentence-transformers==2.3.1 --find-links https://download.pytorch.org/whl/cpu/torch_stable.html -torch==2.0.1+cpu +torch==2.8.0 huggingface_hub==0.15.1 openai==0.28.0 PyYAML==6.0.2