diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e20fc29cef84e4c4e97340fb9ae5dad63337329f..01eb03f986bdb11e9eff25376e6da885869ec9dd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
     hooks:
     - id: black
   - repo: https://github.com/PyCQA/isort
-    rev: 5.11.2
+    rev: 5.11.4
     hooks:
       - id: isort
   - repo: https://github.com/PyCQA/flake8