diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f9f1cde9a129e455c9d92a0cbf6b7483e27423c6..3aa964fed668d383019803fc379638d5881f8bbe 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
     -   id: mixed-line-ending
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black
-    rev: 22.10.0
+    rev: 22.12.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8