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