From 3f8ee15bd0dd4ef1c62f75f063240ca32c4c0444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:27:40 +0000 Subject: [PATCH] build(deps): update clang-format requirement from ==20.* to ==21.* Updates the requirements on [clang-format](https://github.com/ssciwr/clang-format-wheel) to permit the latest version. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v20.1.0...v21.1.0) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index fdd1c23..aa39325 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -clang-format==20.* +clang-format==21.*