This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8532
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 777733619713ee516fe256e55ebdc7ac2c5e9aad
Author: Dave Brondsema <dbronds...@slashdotmedia.com>
AuthorDate: Tue Jan 2 17:42:07 2024 -0500

    [#8532] precommit autoupdate
---
 .pre-commit-config.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fe4356950..10f947e3d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@
 default_stages: [commit]
 repos:
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.1.0
+    rev: v4.5.0
     hooks:
     # general checks
     -   id: check-xml
@@ -41,7 +41,7 @@ repos:
 
 
 -   repo: https://github.com/pre-commit/pygrep-hooks
-    rev: v1.9.0
+    rev: v1.10.0
     hooks:
     -   id: python-check-blanket-noqa
         exclude: '^Allura/setup.py$'
@@ -109,7 +109,7 @@ repos:
 
 
 - repo:  https://github.com/milin/giticket
-  rev: v1.3
+  rev: v1.4
   hooks:
   - id:  giticket
     args: ['--mode=regex_match', '--format=[#{ticket}] {commit_msg}', 
'--regex=[0-9]{4,}']
@@ -117,7 +117,7 @@ repos:
 
 - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-  rev: v0.0.283
+  rev: v0.1.11
   hooks:
     - id: ruff
       types: [python]

Reply via email to