From c2251931ed03f33b0cc3828d0df06d81de8e0b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:53:25 +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/fabric/base.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 6b55dc93bb089..21a08a2a2c21f 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -torch >=2.1.0, <2.8.0 +torch >=2.1.0, <2.9.0 fsspec[http] >=2022.5.0, <2025.8.0 packaging >=20.0, <=25.0 typing-extensions >=4.5.0, <4.15.0 diff --git a/requirements/typing.txt b/requirements/typing.txt index add0d7dacfc65..e24382a1f06c6 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.17.1 -torch==2.7.1 +torch==2.8.0 types-Markdown types-PyYAML From f9952d04b9d408bccac1e64771efbf5bbadd4633 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:55:26 +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 e24382a1f06c6..7e0c34e2ac3fa 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.17.1 -torch==2.8.0 +torch==2.7.1 # todo: update typing in separate PR types-Markdown types-PyYAML