From ae935c9043248a028508db81917853efae30e5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:57:09 +0000 Subject: [PATCH] chore(deps): bump torchvision from 0.16.2 to 0.25.0 Bumps [torchvision](https://github.com/pytorch/vision) from 0.16.2 to 0.25.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.16.2...v0.25.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..a516b0e 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -1,7 +1,7 @@ # ML/AI Dependencies for Commit-Relay # PyTorch and Deep Learning torch==2.1.2 -torchvision==0.16.2 +torchvision==0.25.0 torchaudio==2.1.2 transformers==4.36.2 sentence-transformers==2.3.1