diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ad7760ea9027e592daf62c6b359ee56f5ad52544..23e2f7e965e740b5ba317ea2f5cd70a5094efa83 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v17.0.3
+    rev: v17.0.4
     hooks:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']