From f1e462623c3be6115a1b1a780d9a32270ee71769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:16:23 +0000 Subject: [PATCH] build(deps-dev): bump clang-format in /scripts Updates the requirements on [clang-format](https://github.com/ssciwr/clang-format-wheel) to permit the latest version. Updates `clang-format` to 22.1.3 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v21.1.0...v22.1.3) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.3 dependency-type: direct:development dependency-group: pip ... 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..649893b 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==21.*", + "clang-format>=21,<23", "flake8==7.3.0", ]