diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fd229ea62bf22a43f685405f8ecff68e9c8eb267..bbc037cbbd3c6e4a7ce58bf19518af5b759689b3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
     hooks:
       - id: flake8
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.991
+    rev: v1.0.0
     hooks:
     - id: mypy
       args: [
@@ -51,6 +51,6 @@ repos:
       - id: end-of-file-fixer
       - id: debug-statements
   - repo: https://github.com/fsfe/reuse-tool
-    rev: v1.1.0
+    rev: v1.1.2
     hooks:
       - id: reuse