From cc29c2a71c99d817959c91b29c668311a061832e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:03:09 +0200 Subject: [PATCH] build(deps): bump torch from 2.4.0 to 2.4.1 in /requirements (#2729) Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.4.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.4.0...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 144f6d6290a1e78f49c49991d34eebed2e0906e0) --- requirements/typing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index 9b14e1e9761..2b8cf0b5082 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy ==1.11.2 -torch ==2.4.0 +torch ==2.4.1 types-PyYAML types-emoji