From b92866610e2aa941e19eceebc366eac6d39c8d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:06:24 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.1 to 2.8.0 in /docs Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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.0.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0137f6d..7a7c4aa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -99,7 +99,7 @@ tensorflow==2.10.1 tensorflow-estimator==2.10.0 tensorflow-io-gcs-filesystem==0.31.0 termcolor==2.3.0 -torch==2.0.1 +torch==2.8.0 tqdm==4.66.1 typing_extensions==4.7.1 urllib3==1.26.16