fix: Fix pre-commit error because of deps conflict
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e2e33db..9eff639 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@
       - id: flake8
 
   - repo: https://github.com/pycqa/isort
-    rev: 5.10.1
+    rev: 5.12.0
     hooks:
       - id: isort