From 4a279f7afca753c725330bafad91b59790fc6161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:38:55 +0000 Subject: [PATCH] Bump clang-tools from 0.11.2 to 0.11.3 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6f8a0e2..b97fe084 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.2 +clang-tools==0.11.3 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter