diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b702259289915156c2ede50453f419b90c8c5f13..9f194573966afa629472b5405c9ce2fbbc748054 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.12.0
+    rev: 23.1.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8