diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 335df328def534f9315bc2a90b24c687551988d7..772bcd44382e5e5d7a1f09b03649d52cfda1b30b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,18 +1,14 @@
 repos:
-  - repo: https://github.com/asottile/seed-isort-config
-    rev: v2.2.0
-    hooks:
-      - id: seed-isort-config
   - repo: https://github.com/pre-commit/mirrors-isort
-    rev: v4.3.21
+    rev: v5.10.1
     hooks:
       - id: isort
   - repo: https://github.com/ambv/black
-    rev: 20.8b1
+    rev: 22.6.0
     hooks:
     - id: black
   - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.8.3
+    rev: 3.9.2
     hooks:
       - id: flake8
         additional_dependencies:
@@ -20,7 +16,7 @@ repos:
           - 'flake8-copyright==0.2.2'
           - 'flake8-debugger==3.1.0'
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.1.0
+    rev: v4.3.0
     hooks:
       - id: check-ast
       - id: check-docstring-first
@@ -37,7 +33,7 @@ repos:
       - id: check-json
       - id: requirements-txt-fixer
   - repo: https://github.com/codespell-project/codespell
-    rev: v1.17.1
+    rev: v2.1.0
     hooks:
       - id: codespell
         args: ['--write-changes']
diff --git a/requirements.txt b/requirements.txt
index 932bd69ef8b6943377d8e96c94b87cbc3ff6384a..48a8dfc498b74eb67095792d9f085c78ef009670 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-PyYAML==5.4.1
+PyYAML>=5.4.1