From 40d3f04d121c80db81ddf5431f50ac27b9a2d95f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:17:45 +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 9cf85cfdfea..224abe514dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ flatpak = [ ] lint = [ - "clang-format==20.*", + "clang-format==21.*", "flake8==7.3.0", ]