From cf6f6abf83346bea72396a9f75626223de46ef22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 02:05:42 +0000 Subject: [PATCH] build: bump clang-format from 21.1.2 to 21.1.5 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.2 to 21.1.5 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v21.1.2...v21.1.5) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.5 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 53c41cc..3594430 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.2", + "clang-format==21.1.5", "clang-tidy==21.1.1", ] dynamic = ["version"]