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