From ed8bafd5b7acbab56ccfb1b8ff9711510f10b400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 15:43:05 +0000 Subject: [PATCH] Bump clang-tools from 0.14.0 to 0.15.0 in the pip group Bumps the pip group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip). Updates `clang-tools` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: clang-tools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44109e9..76ae9b2 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.14.0 +clang-tools==0.15.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter