From 2649fc39a604638c3e49cde128002ef4aa9c5950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:16:45 +0000 Subject: [PATCH] Bump clang-tools from 0.2.2 to 0.8.0 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.2.2 to 0.8.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.2.2...v0.8.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 600a5d8..05c88a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "clang-tools==0.2.2", + "clang-tools==0.8.0", ] dynamic = ["version"]