From 04665c9c3b25e48fdee35271f912b18f2c095d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:16:14 +0000 Subject: [PATCH] Bump clang-tidy from 18.1.8 to 21.1.6 Bumps [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel) from 18.1.8 to 21.1.6. - [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits) --- updated-dependencies: - dependency-name: clang-tidy dependency-version: 21.1.6 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 0884e5b5e46c..854bcc98924c 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 # also change in .pre-commit-config.yaml and Dockerfile when updating -clang-tidy==18.1.8 # When updating clang-tidy, also update Dockerfile +clang-tidy==21.1.6 # When updating clang-tidy, also update Dockerfile yamllint==1.38.0 # also change in .pre-commit-config.yaml when updating