diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ccaa5f997094ba01c1cb0c031077c27253a8858d..14bb5bc67e75a906fe543de92cd0253e1982564b 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.12.0
+    rev: 23.12.1
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8