From 77ff269b7edaa6d1e3566ded2a3fa4c6f42eba54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:45:01 +0000 Subject: [PATCH] Bump torch from 2.4.0 to 2.8.0 in /ssiog Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.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.4.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ssiog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssiog/requirements.txt b/ssiog/requirements.txt index a2203e1..2a3725b 100644 --- a/ssiog/requirements.txt +++ b/ssiog/requirements.txt @@ -1,6 +1,6 @@ gcsfs==2024.6.1 pyarrow==17.0.0 -torch==2.4.0 +torch==2.8.0 grpcio==1.67.1 opentelemetry-exporter-gcp-monitoring==1.7.0a0 opentelemetry-resourcedetector-gcp==1.7.0a0