From 7b9c90df32c9c7156fa7b144d60b8f790606a60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:36:27 +0800 Subject: [PATCH] Bump clang-tools from 0.11.1 to 0.11.2 (#196) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5afcfcdf..1cebd10c 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.11.1 +clang-tools==0.11.2 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter