diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 145a527..9adf8f4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v5.0.0
     hooks:
     - id: check-added-large-files
     - id: check-ast
@@ -17,11 +17,11 @@ repos:
     - id: trailing-whitespace
     - id: end-of-file-fixer
   - repo: https://github.com/psf/black
-    rev: 23.3.0
+    rev: 24.10.0
     hooks:
     - id: black
-  - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: v0.0.272
+  - repo: https://github.com/astral-sh/ruff-pre-commit
+    rev: v0.8.3
     hooks:
       - id: ruff
         args: ["--fix"]