diff --git a/pyproject.toml b/pyproject.toml index 34eb652..c192b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==20.*", + "clang-format==22.*", "flake8==7.3.0", ]