diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5ea131e08633893bc4c55ed1869b426f1b0d2e4e..1bd725307503e39110c5393a88d3b82e77c95cef 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
     -   id: mixed-line-ending
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black
-    rev: 22.6.0
+    rev: 22.8.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8