From 3205a1c9aa8869a51240b23cf35ef11a61855a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 02:09:54 +0000 Subject: [PATCH] chore(deps): bump clang-format from 20.1.7 to 20.1.8 in the pip group Bumps the pip group with 1 update: [clang-format](https://github.com/ssciwr/clang-format-wheel). Updates `clang-format` from 20.1.7 to 20.1.8 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v20.1.7...v20.1.8) --- updated-dependencies: - dependency-name: clang-format dependency-version: 20.1.8 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 798646d..3030230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "clang-format==20.1.7", + "clang-format==20.1.8", "clang-tidy==20.1.0", "tomli>=1.1.0; python_version < '3.11'", ]