diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e4c457c..3f4c436 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
   - id: cargo-fmt
     stages: [pre-commit]
 - repo: https://github.com/compilerla/conventional-pre-commit
-  rev: v4.0.0
+  rev: v4.1.0
   hooks:
   - id: conventional-pre-commit
     stages: [commit-msg]