diff --git a/pyproject.toml b/pyproject.toml index c224612..e0673d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "pip>=20.3", # Required to install clang-format and clang-tidy "tomli>=1.1.0; python_version < '3.11'", - "clang-format==22.1.0", + "clang-format==22.1.1", "clang-tidy==22.1.0", ] dynamic = ["version"]