From 196142c48f2f1a54f1e6da6d3dfb63659fcc667f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:36:42 +0000 Subject: [PATCH] Bump clang-format from 22.1.4 to 22.1.5 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 22.1.4 to 22.1.5. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.4...v22.1.5) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 924d551a..7a494d7a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,3 @@ pre-commit -clang-format==22.1.4 +clang-format==22.1.5 gcovr diff --git a/requirements-dev.txt b/requirements-dev.txt index 2d52a057..c1c7ed5e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cfgv==3.5.0 # via pre-commit -clang-format==22.1.4 +clang-format==22.1.5 # via -r requirements-dev.in colorlog==6.10.1 # via gcovr