From 0061cabd91e8d8c253fab0f1b2d027cd9feaf63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:31:33 -0700 Subject: [PATCH] Bump the pip group with 2 updates (#227) Bumps the pip group with 2 updates: [clang-tools](https://github.com/cpp-linter/clang-tools-pip) and [cpp-linter](https://github.com/cpp-linter/cpp-linter). Updates `clang-tools` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.12.0...v0.12.1) Updates `cpp-linter` from 1.7.4 to 1.8.1 - [Release notes](https://github.com/cpp-linter/cpp-linter/releases) - [Commits](https://github.com/cpp-linter/cpp-linter/compare/v1.7.4...v1.8.1) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: cpp-linter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 21db7481..de7ed9f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Install clang-tools binaries (clang-format, clang-tidy) # For details please see: https://github.com/cpp-linter/clang-tools-pip -clang-tools==0.12.0 +clang-tools==0.12.1 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter -cpp-linter==1.7.4 +cpp-linter==1.8.1