From f6f0c529d19f17b17bdd530b4630605ac84900ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:17:45 +0000 Subject: [PATCH] Bump clang-tidy from 14.0.6 to 18.1.1 Bumps [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel) from 14.0.6 to 18.1.1. - [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits) --- updated-dependencies: - dependency-name: clang-tidy dependency-type: direct:development update-type: version-update:semver-major ... 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 6bfa015c6f..d868ce676b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ # Useful stuff when working in a development environment clang-format==13.0.1 -clang-tidy==14.0.6 +clang-tidy==18.1.1 yamllint==1.35.1