pre-commit autoupdate
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cf96121..2b8b50b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.5.0
+    rev: v4.6.0
     hooks:
       - id: check-yaml
       - id: end-of-file-fixer
@@ -21,7 +21,7 @@
           - from __future__ import annotations
 
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.15.1
+    rev: v3.15.2
     hooks:
       - id: pyupgrade
         args:
@@ -40,7 +40,7 @@
       - id: validate-pyproject
 
   - repo: https://github.com/psf/black
-    rev: "24.3.0"
+    rev: "24.4.2"
     hooks:
       - id: black
 
@@ -50,6 +50,6 @@
       - id: autoflake
 
   - repo: https://github.com/fsouza/mirrors-pyright
-    rev: v1.1.354
+    rev: v1.1.361
     hooks:
       - id: pyright