diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1bd725307503e39110c5393a88d3b82e77c95cef..b41d4b76f428581f7a3d7e6e66ad42df1e21f36b 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.8.0
+    rev: 22.10.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8