diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dae4f14e227aae289423e926baef59c00d6c46f7..6b32ee3699dca71a9210293e39d9ea1172d0fe17 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
     -   id: mixed-line-ending
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black
-    rev: 24.2.0
+    rev: 24.3.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8