[#8586] ran pre-commit autoupdate to keep versions in sync
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2be89d5..29cb465 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@
 default_stages: [pre-commit]
 repos:
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v5.0.0
+    rev: v6.0.0
     hooks:
     # general checks
     -   id: check-xml
@@ -98,7 +98,7 @@
 
 - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-  rev: v0.12.3
+  rev: v0.14.0
   hooks:
     - id: ruff
       types: [python]