From 9c48f4dbfc35e40de56c25099f75e1a8fa879c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:40:58 +0000 Subject: [PATCH] Update clang-tidy requirement from ~=22.0 to ~=22.1 Updates the requirements on [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel) to permit the latest version. - [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits) --- updated-dependencies: - dependency-name: clang-tidy dependency-version: 22.1.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ba0eeb91e2..6a9b635fe2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ clang-format~=22.0 -clang-tidy~=22.0 +clang-tidy~=22.1 cmakelang~=0.6 pre-commit>=4.5.1 ruff