From d6ce4b68456549f1bad0cdf6671dd5837ff4a1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:02:01 +0000 Subject: [PATCH] chore(deps): Bump torch from 2.2.0 to 2.3.1 in /backend/python/mamba (#2835) Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.3.1. - [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.0...v2.3.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/mamba/requirements-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/mamba/requirements-install.txt b/backend/python/mamba/requirements-install.txt index e937855d..2fc9a07c 100644 --- a/backend/python/mamba/requirements-install.txt +++ b/backend/python/mamba/requirements-install.txt @@ -4,4 +4,4 @@ packaging setuptools wheel -torch==2.2.0 \ No newline at end of file +torch==2.3.1 \ No newline at end of file