From 14e1a6e0901f9cba55ab9c9079f42250070a1ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:35:48 +0000 Subject: [PATCH] Bump clang-format from 22.1.8 to 23.1.0 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 22.1.8 to 23.1.0. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.8...v23.1.0) --- updated-dependencies: - dependency-name: clang-format dependency-version: 23.1.0 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..a3c73fd9 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,3 @@ pre-commit -clang-format==22.1.8 +clang-format==23.1.0 gcovr diff --git a/requirements-dev.txt b/requirements-dev.txt index 739b7eed..12d249f4 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.0 # via -r requirements-dev.in colorlog==6.10.1 # via gcovr