From 74c1b2edb5b3cfb5bf958188138ac91b7e2c2279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:13:44 +0000 Subject: [PATCH] Build(deps): Bump the python-packages group across 2 directories with 1 update Updates the requirements on and [torch](https://github.com/pytorch/pytorch) to permit the latest version. Updates `torch` to 2.14.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/ciflow/torchtitan/125995...v2.14.0) Updates `torch` to 2.14.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/ciflow/torchtitan/125995...v2.14.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.14.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: torch dependency-version: 2.14.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- utils/cq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index def33cfb09b..bab406d74de 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -9,4 +9,4 @@ yamllint==1.38.0;python_version>="3.10" codespell==2.4.3;python_version>="3.9" # Used by ci/jira_query.py which pip installs it standalone. jira -torch>=2.13.0;python_version>="3.10" +torch>=2.14.0;python_version>="3.10"