From 5c796cc3ffa6efb30ddabe849ea74b21ef2ecbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:07:17 +0000 Subject: [PATCH] Bump clang-format from 18.1.8 to 21.1.8 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 18.1.8 to 21.1.8. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v18.1.8...v21.1.8) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 93231728..686adb4b 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,3 @@ pre-commit -clang-format==18.1.8 +clang-format==21.1.8 gcovr diff --git a/requirements-dev.txt b/requirements-dev.txt index dd872583..ac5f7814 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cfgv==3.5.0 # via pre-commit -clang-format==18.1.8 +clang-format==21.1.8 # via -r requirements-dev.in colorlog==6.10.1 # via gcovr