diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c1e3b3f53641ca2ed11905b6a224c26150bfb9de..bff680175eee6b2fa0a3762a99594d007740b405 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: v15.0.6
+    rev: v15.0.7
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]