diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8d63644af3a00f7bec22a188d7c2b5b960475771..92418dcc2672fc04c517f5d425df72d3389593b3 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.1.0
+    rev: 23.3.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8