From 6e9c064c471d123ed4b6de1630c058a61983bfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:10:26 +0000 Subject: [PATCH] Bump torch from 2.1.0 to 2.8.0 in /financial/vector-mcp-ai-agents Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 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.1.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- financial/vector-mcp-ai-agents/requirements_backend.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/financial/vector-mcp-ai-agents/requirements_backend.txt b/financial/vector-mcp-ai-agents/requirements_backend.txt index cc53e91..a6e5171 100644 --- a/financial/vector-mcp-ai-agents/requirements_backend.txt +++ b/financial/vector-mcp-ai-agents/requirements_backend.txt @@ -18,7 +18,7 @@ numpy>=1.26.0 pandas>=2.2.0 # Optional AI/ML dependencies -torch==2.1.0 +torch==2.8.0 transformers==4.36.0 openai==1.3.8