From ef9acb590441c6686d14d37b3168b6308170700f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:40:45 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.8.0 in /rag Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 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/compare/v2.2.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag/requirements.txt b/rag/requirements.txt index 8c3c525e..1307077b 100644 --- a/rag/requirements.txt +++ b/rag/requirements.txt @@ -76,7 +76,7 @@ tabulate==0.9.0 tenacity==8.3.0 threadpoolctl==3.3.0 tokenizers==0.15.2 -torch==2.2.1 +torch==2.8.0 tqdm==4.66.2 transformers==4.38.2 trimap==1.1.4