From f84742954b1cb21630cd7eb079e2fec4e2c038ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:48:31 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.3.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.3.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.2.2...v2.3.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d17989795..d2844cf97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -317,7 +317,7 @@ dev = [ "sphinxcontrib-spelling==8", "sybil==6.1.0", "tenacity==8.2.3", - "torch==2.2.2", + "torch==2.3.0", "types-docker==7.0.0.20240424", # This is very incomplete, so we still do not check ``test_docker.py`` with pyright. "types-Pillow==10.2.0.20240423", "types-PyYAML==6.0.12.20240311",