From dcb59af057f0f18a00c0c9991584af2ec6ada399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:35:19 +0000 Subject: [PATCH] Bump clang-format from 22.1.8 to 23.1.1 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 22.1.8 to 23.1.1. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.8...v23.1.1) --- updated-dependencies: - dependency-name: clang-format dependency-version: 23.1.1 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 2b33a162..99811553 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,3 @@ pre-commit -clang-format==22.1.8 +clang-format==23.1.1 gcovr diff --git a/requirements-dev.txt b/requirements-dev.txt index 739b7eed..64df1932 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cfgv==3.5.0 # via pre-commit -clang-format==22.1.8 +clang-format==23.1.1 # via -r requirements-dev.in colorlog==6.10.1 # via gcovr