From 0db88d54c115f59eecf48be0c25cf3121c566454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 07:32:02 +0000 Subject: [PATCH] Bump clang-tools from 0.6.2 to 0.7.0 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.6.2...v0.7.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 2fd4c8c5..c1a06f6a 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.6.2 +clang-tools==0.7.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter