From bc4582afb843ac2c15a218765e88991e9fd0e5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:58:21 +0000 Subject: [PATCH 1/2] build(deps): bump torch from 2.7.1 to 2.8.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.8.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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/typing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index 7e0c34e2ac3fa..ebddc26b0a833 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.17.1 -torch==2.7.1 # todo: update typing in separate PR +torch==2.8.0 # todo: update typing in separate PR types-Markdown types-PyYAML From fda1cb796dec46b65aba07735f6f2948a7ce78ea Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:57:30 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- requirements/typing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index ebddc26b0a833..e24382a1f06c6 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.17.1 -torch==2.8.0 # todo: update typing in separate PR +torch==2.8.0 types-Markdown types-PyYAML