diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 12e962c8ef00585b893b55b263926eb2208e72df..f168ec292f3422f8ea138f51957c04153e185932 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,17 +3,17 @@ default_language_version:
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.2.0
+    rev: v4.3.0
     hooks:
       - id: trailing-whitespace
       - id: debug-statements
   - repo: https://github.com/ambv/black
-    rev: 19.10b0
+    rev: 22.6.0
     hooks:
       - id: black
         language_version: python3
   - repo: https://github.com/PyCQA/bandit
-    rev: 1.6.2
+    rev: 1.7.4
     hooks:
       - id: bandit
         args: [--recursive, --exclude, tests]