From b1414c03081bd510aba08960f3a0665c22d090f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 02:07:48 +0000 Subject: [PATCH] build: bump clang-format from 21.1.5 to 21.1.6 in the clang-tools group Bumps the clang-tools group with 1 update: [clang-format](https://github.com/ssciwr/clang-format-wheel). Updates `clang-format` from 21.1.5 to 21.1.6 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v21.1.5...v21.1.6) --- updated-dependencies: - dependency-name: clang-format 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 3594430..73a67a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pip>=20.3", # Required to install clang-format and clang-tidy "tomli>=1.1.0; python_version < '3.11'", "setuptools>=45.0.0", # Required for pkg_resources in clang-tidy - "clang-format==21.1.5", + "clang-format==21.1.6", "clang-tidy==21.1.1", ] dynamic = ["version"]