diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 79bc031010c4c51ea335622acee46c14a81ea8ff..dba386a8a59ef31a50fe8c5111d284cf20e98268 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.6.0
     hooks:
       - id: trailing-whitespace
       - id: end-of-file-fixer
@@ -12,6 +12,6 @@ repos:
       - id: check-merge-conflict
 
   - repo: https://github.com/shellcheck-py/shellcheck-py
-    rev: v0.9.0.5
+    rev: v0.10.0.1
     hooks:
       - id: shellcheck