From 3ec4013ca9198ff59ec714688b41935616de6d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:58:01 +0000 Subject: [PATCH] Bump clang-tools from 0.8.0 to 0.9.0 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] --- 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