From 68176cd8f2e7b4f9e10c230fdf171442bbfe473a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:56:26 +0000 Subject: [PATCH] Bump clang-tools from 0.15.0 to 0.15.1 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.15.0 to 0.15.1 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: clang-tools dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-patch 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 76ae9b2..a4a5746 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.15.0 +clang-tools==0.15.1 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter