From 455f3289778d003e58dedcefc0eba6ef7e7f926b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:13:23 +0800 Subject: [PATCH] Bump clang-tools from 0.10.0 to 0.11.0 (#183) Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.10.0...v0.11.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 612c5415..d564c348 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.10.0 +clang-tools==0.11.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter