From f2b0c94a06744de98e8103a062dfafb7cdf84a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:43:52 +0000 Subject: [PATCH] Bump clang-tools from 0.11.2 to 0.11.3 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c08c43..321ef9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "clang-tools==0.11.2", + "clang-tools==0.11.3", ] dynamic = ["version"]