diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ff1842ca1215b81ff6277ff9fe4be1283afd7e1e..82390e6a46acbdad97dc80f43c61995fd54ebc70 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
 # Ruff:
 - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-  rev: v0.0.269
+  rev: v0.0.274
   hooks:
     - id: ruff
       args: [--fix, --exit-non-zero-on-fix]
@@ -49,6 +49,6 @@ repos:
       types: [python]
 
 - repo: https://github.com/abravalheri/validate-pyproject
-  rev: v0.10.1
+  rev: v0.13
   hooks:
     - id: validate-pyproject