diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cd587b1..2acf82a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,13 +28,13 @@ repos:
         language_version: python3
         exclude: "^(build|docs|tests|setup.py)"
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: 'v1.12.1'
+    rev: 'v1.13.0'
     hooks:
     -   id: mypy
         additional_dependencies: [numpy<1.25, pyusb>=1.0]
         exclude: "^(build|docs|tests|dev|setup.py)"
 -   repo: https://github.com/asottile/pyupgrade
-    rev: v3.18.0
+    rev: v3.19.0
     hooks:
     -   id: pyupgrade
         args: [--py38-plus]