diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9c6aa3864f2b1687ab18375de0c32a37f218a11f..8bb2e74d9d2f1d111d910b9842524134431c5dd8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,16 +2,14 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.3.0
+    rev: v2.4.0
     hooks:
       - id: check-added-large-files
-      - id: check-executables-have-shebangs
       - id: check-merge-conflict
-      - id: detect-private-key
       - id: trailing-whitespace
         exclude: \.diff$
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.17.0
+    rev: v1.19.0
     hooks:
       - id: yamllint
   - repo: https://github.com/amperser/proselint/
@@ -19,18 +17,9 @@ repos:
     hooks:
       - id: proselint
         types: [plain-text]
-        exclude: LICENSE
-  - repo: https://www.shore.co.il/git/shell-pre-commit/
-    rev: v0.6.0
-    hooks:
-      - id: shell-lint
-      - id: shellcheck
+        exclude: LICENSE|requirements
   - repo: https://www.shore.co.il/git/docker-pre-commit
     rev: v0.3.0
     hooks:
       - id: hadolint
       - id: docker-compose
-  - repo: https://github.com/Yelp/detect-secrets
-    rev: v0.13.0
-    hooks:
-      - id: detect-secrets