diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 72b48ed76a647ae7b4bdb25783b0fa5cce3c9567..e041cf955c1cbffdcfe12f1bc344e9a3925bf3ae 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
 exclude: tests/test_python-syntax_error.py
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v17.0.5
+    rev: v17.0.6
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]