diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d20dc3b502aa518f706a43ad8e564613decea018..47fc554acfc45bc5ca933cdb4188e7ef138b132f 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.4.0
+    rev: 24.4.2
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8