diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c786d1bc0fd7e67779e94063058c626e1f973785..62835a7a794d70dc8626a1e721c0bab09729dbbb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
       - id: end-of-file-fixer
       - id: check-yaml
   - repo: https://github.com/psf/black
-    rev: 21.5b0
+    rev: 23.3.0
     hooks:
       - id: black
   - repo: https://github.com/pycqa/flake8