This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a commit to branch gc/8567
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8567 by this push:
new 0fde7363e [#8567] readded deleted condition for pre-commit v3.5.0 in
requirements.txt
0fde7363e is described below
commit 0fde7363e927cfa7320d5fd14b0aa1751c091850
Author: Guillermo Cruz <[email protected]>
AuthorDate: Fri Jul 26 14:48:09 2024 -0600
[#8567] readded deleted condition for pre-commit v3.5.0 in requirements.txt
---
requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/requirements.txt b/requirements.txt
index 343b58ea5..05e140fd5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -140,6 +140,7 @@ platformdirs==4.2.2
# via virtualenv
pluggy==1.5.0
# via pytest
+pre-commit==3.5.0 ; python_version < "3.9"
pre-commit==3.7.1 ; python_version >= "3.9"
# via -r requirements.in
profanityfilter==2.0.6