diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7026909d85015d3abf4e4c98021356727e460b28..3e01efd409bf403ba96820707fb45296f7588b82 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.5.0
     hooks:
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black