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