diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ad023e91e003ae7152aa032e670c92252abaa335..9a30b0a13c12438999fcfa278b18ccdff132478e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,10 +1,10 @@
 repos:
 -   repo: https://github.com/psf/black
-    rev: 21.5b0
+    rev: 21.6b0
     hooks:
     - id: black
 -   repo: https://github.com/PyCQA/isort
-    rev: 5.8.0
+    rev: 5.9.2
     hooks:
     - id: isort
       args: ["--profile", "black"]