diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 80cfe58fc8332989ca42aee0a9c98a5757b310a0..a24e3de78f9d3d1a6db18a4cc9a15a510b394e67 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.2.0
+    rev: v5.0.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
@@ -10,25 +10,25 @@ repos:
       - id: trailing-whitespace
 
   - repo: https://github.com/Yelp/detect-secrets
-    rev: v1.2.0
+    rev: v1.5.0
     hooks:
       - id: detect-secrets
         exclude: Pipfile\.lock|\.rst$
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.26.3
+    rev: v1.35.1
     hooks:
       - id: yamllint
 
   - repo: https://github.com/amperser/proselint/
-    rev: 0.10.2
+    rev: 0.14.0
     hooks:
       - id: proselint
         types: [plain-text]
         exclude: LICENSE
 
   - repo: https://github.com/ambv/black
-    rev: 22.3.0
+    rev: 24.10.0
     hooks:
       - id: black
         args:
@@ -42,12 +42,12 @@ repos:
         args: [--allow-raw]
 
   - repo: https://github.com/myint/rstcheck.git
-    rev: v6.1.1
+    rev: v6.2.4
     hooks:
       - id: rstcheck
 
   - repo: https://github.com/PyCQA/prospector
-    rev: v1.9.0
+    rev: v1.13.3
     hooks:
       - id: prospector
         args:
@@ -74,7 +74,7 @@ repos:
           - pyroma
 
   - repo: https://github.com/pycqa/flake8.git
-    rev: 3.9.2
+    rev: 7.1.1
     hooks:
       - id: flake8
         args:
@@ -84,11 +84,11 @@ repos:
           - flake8-bugbear
 
   - repo: https://github.com/executablebooks/mdformat.git
-    rev: 0.7.14
+    rev: 0.7.19
     hooks:
       - id: mdformat
 
   - repo: https://github.com/codespell-project/codespell.git
-    rev: v2.1.0
+    rev: v2.3.0
     hooks:
       - id: codespell