From d7fe806f436efefd90bcffdf8fbd8b27bd0b3857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 21:51:54 +0000 Subject: [PATCH] Bump clang-format from 22.1.3 to 22.1.4 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 22.1.3 to 22.1.4. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.3...v22.1.4) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.4 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 f65dfa2c..924d551a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,3 @@ pre-commit -clang-format==22.1.3 +clang-format==22.1.4 gcovr diff --git a/requirements-dev.txt b/requirements-dev.txt index a3bd945c..7d0fc244 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cfgv==3.5.0 # via pre-commit -clang-format==22.1.3 +clang-format==22.1.4 # via -r requirements-dev.in colorlog==6.10.1 # via gcovr