From 7246bd4dbc753f23167e9bf72e71669e15e2cbea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 21:17:47 +0100 Subject: [PATCH] build(deps-dev): bump torch from 1.10.1 to 1.10.2 (#358) Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: torch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 28286b0f..15bdb3ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,7 @@ dev = types-all>=1.0.0 typing-extensions==4.1.1 gpu = - torch==1.10.1+cu113 + torch==1.10.2+cu113 torchvision==0.11.3+cu113 testing = covdefaults>=2.0.0