diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f0a06c32e44cddf21fa6bc4878537d0acb79ee91..90d007a572ed369c97b4a0c383418704efa50bf0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
     -   id: mixed-line-ending
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black
-    rev: 23.10.0
+    rev: 23.10.1
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8