diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 13315fb1c9b4143f93944bc33c46e0bba27c6a14..55a6282c4f20d1f80c7cc4e76e86f6c09e0aedd3 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: 23.3.0
+    rev: 23.7.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8