From 011819eced48c6916a155fa11d49c530be14c45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:24:29 +0000 Subject: [PATCH] build(deps-dev): update clang-format requirement in /scripts 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/v21.1.0...v22.1.2) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index f49930f..902789b 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==21.*", + "clang-format==22.*", "flake8==7.3.0", ]