diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4f001f..3538589 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,13 +39,13 @@ repos:
       - id: flake8
         exclude: *test-data
   - repo: https://github.com/pylint-dev/pylint
-    rev: v3.2.3
+    rev: v3.2.4
     hooks:
       - id: pylint
         exclude: *test-data
         args: ["--disable=import-error, cyclic-import"]
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.10.0
+    rev: v1.10.1
     hooks:
       - id: mypy
         args: [--config-file=pyproject.toml]