From 33975d2596adb4ed9bdc6fc9d5ecd7f376f3dc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:36:17 +0000 Subject: [PATCH 1/2] build: bump clang-format from 21.1.1 to 21.1.2 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.1 to 21.1.2 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v21.1.1...v21.1.2) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.2 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 9a4f367..e27dfa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "tomli>=1.1.0; python_version < '3.11'", "setuptools>=45.0.0", # Required for pkg_resources in clang-tidy - "clang-format==21.1.1", + "clang-format==21.1.2", "clang-tidy==21.1.1", ] dynamic = ["version"] From 89a14bfe065c79dce458298f7b083392be790217 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 26 Sep 2025 19:54:29 +0300 Subject: [PATCH 2/2] chore: Update util.py to add 21.1.2 --- cpp_linter_hooks/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp_linter_hooks/util.py b/cpp_linter_hooks/util.py index ea2f174..2149d28 100644 --- a/cpp_linter_hooks/util.py +++ b/cpp_linter_hooks/util.py @@ -100,6 +100,7 @@ def get_version_from_dependency(tool: str) -> Optional[str]: "20.1.8", "21.1.0", "21.1.1", + "21.1.2", ] # https://pypi.org/pypi/clang-tidy/json