From 3968147418820ff9af337186509d6f8635ec94e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:53:29 +0000 Subject: [PATCH] chore(deps-dev): bump clang-tools from 1.1.0 to 1.2.0 in the org group Bumps the org group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip). Updates `clang-tools` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: clang-tools dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: org ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52832e8..19fc3b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [] [dependency-groups] action = [ - "clang-tools==1.1.0", + "clang-tools==1.2.0", "cpp-linter==1.13.0", ] dev = [ diff --git a/uv.lock b/uv.lock index 0be4b06..2ca5a7e 100644 --- a/uv.lock +++ b/uv.lock @@ -219,10 +219,10 @@ wheels = [ [[package]] name = "clang-tools" -version = "1.1.0" +version = "1.2.0" source = { registry = "https://pypi.org/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b8/bf/af0bd56176d7a3aeb24f85933a44b4de58a7b8ef30e65acfaf99e54b64a1/clang_tools-1.1.0-py3-none-any.whl", hash = "sha256:d3881d4337eabd91c375428018ece6466691d6587a6404851d49dec2819fe71f", size = 15180, upload-time = "2026-06-19T01:59:26.081Z" }, + { url = "https://files.pythonhosted.org/packages/52/b0/a0771e5b089350511297e89d5ac0bfcfea311027614154f9144abe430ba5/clang_tools-1.2.0-py3-none-any.whl", hash = "sha256:46b5bd41302a32d350262928992d7a6b01c94c2424086e85b85b3e2b280a5c7a", size = 16581, upload-time = "2026-07-02T17:46:12.191Z" }, ] [[package]] @@ -288,7 +288,7 @@ docs = [ [package.metadata.requires-dev] action = [ - { name = "clang-tools", specifier = "==1.1.0" }, + { name = "clang-tools", specifier = "==1.2.0" }, { name = "cpp-linter", specifier = "==1.13.0" }, ] dev = [