From e5eb3b9086bd2dc3204cad5d720d2e028ddedc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:20:08 -0500 Subject: [PATCH] Bump clang-tools from 0.8.0 to 0.9.0 (#165) Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f7b97a8..c0887b86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Install clang-tools binaries (clang-format, clang-tidy) # For details please see: https://github.com/cpp-linter/clang-tools-pip -clang-tools==0.8.0 +clang-tools==0.9.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter