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