diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0c011147a72c70b1b71702f11f90b9ad6d6cbf32..71b4ea36677ddac7cab860a4aded540ab7051e84 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.7.0
+    rev: 23.9.1
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8