From 044669dee5e56c0c68f533c3e0006c8a544409e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:23:22 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 22.1.1 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 22.1.1. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v22.1.1) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6bfa015c6fb1..3abfda74c08a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ # Useful stuff when working in a development environment -clang-format==13.0.1 +clang-format==22.1.1 clang-tidy==14.0.6 yamllint==1.35.1