diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bcf55a7eecb2d086068cfe3bdf40c025505008f1..c749d56237aed487f2567c75424690fec8491ceb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
       - id: trailing-whitespace
       - id: end-of-file-fixer
   - repo: https://github.com/psf/black
-    rev: 21.5b0
+    rev: 23.3.0
     hooks:
       - id: black
   - repo: https://github.com/pycqa/flake8