diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8f52da94..071c42c4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -73,7 +73,7 @@ repos:
       - id: black
         language_version: python3
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.10.0
+    rev: v1.10.1
     hooks:
       - id: mypy
         # empty args needed in order to match mypy cli behavior
@@ -90,7 +90,7 @@ repos:
           - types-pkg_resources
           - types-jsonschema>=4.4.9
   - repo: https://github.com/pycqa/pylint
-    rev: v3.2.2
+    rev: v3.2.4
     hooks:
       - id: pylint
         additional_dependencies: