From 6bab906234f68c542a9ce4815f72e84b145af4dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:20:47 +0000 Subject: [PATCH] chore(deps): update dependency clang-format to v21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34eb652..f3b27b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==20.*", + "clang-format==21.*", "flake8==7.3.0", ]