From 57b5ed51c928674fdb7c6b9b13d340a77f8c3ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:05:19 +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.12.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/ciflow/torchtitan/133296...v2.12.1) Updates `torch` to 2.12.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/ciflow/torchtitan/133296...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: torch dependency-version: 2.12.1 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 d4a56cca428..a8bd6021d08 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.2;python_version>="3.9" # Used by ci/jira_query.py which pip installs it standalone. jira -torch>=2.12.0;python_version>="3.10" +torch>=2.12.1;python_version>="3.10"