diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2974a73cd89ceea87771b1a4cdaefc1a37d9b77d..a29f571f7b28c138ce8d4e3cfe93d37ce473f1e4 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: v16.0.3
+    rev: v16.0.4
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]