From 46f864d8ed843b9b3cc67b8814ebbd4c91e82046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:04:24 +0000 Subject: [PATCH] Bump clang-tools from 0.10.0 to 0.11.0 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] --- 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