From b5eda880cd18a9df1a36fb986eec7f212d132bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 02:06:28 +0000 Subject: [PATCH] build: bump clang-tidy from 21.1.1 to 21.1.6 in the clang-tools group Bumps the clang-tools group with 1 update: [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel). Updates `clang-tidy` from 21.1.1 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:production update-type: version-update:semver-patch dependency-group: clang-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73a67a1..31dc7d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "tomli>=1.1.0; python_version < '3.11'", "setuptools>=45.0.0", # Required for pkg_resources in clang-tidy "clang-format==21.1.6", - "clang-tidy==21.1.1", + "clang-tidy==21.1.6", ] dynamic = ["version"]