diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4b8f505150295f872a56c491c035f967ad0dc84d..7e849609b7dc58a2615353cc594f3dd1cf743d8e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,15 +1,15 @@
 repos:
 -   repo: https://github.com/ambv/black
-    rev: stable
+    rev: 21.6b0
     hooks:
     - id: black
       language_version: python3.6
 -   repo: https://gitlab.com/pycqa/flake8
-    rev: 3.8.3
+    rev: 3.9.2
     hooks:
     - id: flake8
 -   repo: https://github.com/pre-commit/pre-commit-hooks 
-    rev: v3.1.0
+    rev: v4.0.1
     hooks:
     - id: check-json
     - id: pretty-format-json
@@ -21,6 +21,6 @@ repos:
     - id: detect-private-key
     - id: end-of-file-fixer
 -   repo: https://github.com/asottile/blacken-docs
-    rev: v1.7.0
+    rev: v1.10.0
     hooks:
     - id: blacken-docs