diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3f1b647..ffd2524 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
     python: python3.9
 repos:
   - repo: https://github.com/psf/black
-    rev: 23.1.0
+    rev: 23.7.0
     hooks:
       - id: black
         # override until resolved: https://github.com/ambv/black/issues/402
@@ -11,7 +11,7 @@ repos:
         exclude: ^testsuite/.*/
 
   - repo: https://github.com/pycqa/flake8
-    rev: 6.0.0
+    rev: 6.1.0
     hooks:
       - id: flake8
         exclude: ^testsuite/.*/
@@ -33,7 +33,7 @@ repos:
         additional_dependencies: [toml]
 
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.0.1
+    rev: v1.5.0
     hooks:
     - id: mypy
       additional_dependencies: