From c516588b14263c311ba29208ce143c7bc4053b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:32:42 +0000 Subject: [PATCH] Update clang-format requirement from ~=22.0 to ~=22.1 Updates the requirements on [clang-format](https://github.com/ssciwr/clang-format-wheel) to permit the latest version. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.0...v22.1.4) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7ccf83cff..d4520f8284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ backend-path = ["tools/pylib/_boutpp_build/"] [dependency-groups] dev = [ "cmake~=4.2", - "clang-format~=22.0", + "clang-format~=22.1", "clang-tidy~=22.0", "clangd~=22.0", "clangd-tidy~=1.1", diff --git a/requirements_dev.txt b/requirements_dev.txt index ba0eeb91e2..4de5b112e5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -clang-format~=22.0 +clang-format~=22.1 clang-tidy~=22.0 cmakelang~=0.6 pre-commit>=4.5.1