From bedac2ad719e6b2cc2528cab98cc88f6447609e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:59:47 +0000 Subject: [PATCH] Bump the pip group with 1 update Bumps the pip group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip). 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) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 878848a..29976f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "clang-tools==0.12.0", + "clang-tools==0.12.1", ] dynamic = ["version"]