diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 43f3f2d..d16bdb6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
       - id: trailing-whitespace
 
   - repo: https://github.com/igorshubovych/markdownlint-cli
-    rev: v0.44.0
+    rev: v0.45.0
     hooks:
       - id: markdownlint-fix
         args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]