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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a09b740c restore pre-commit requirement for py3.8
9a09b740c is described below

commit 9a09b740cbe9adca6d2573a7a48a5b7b8510eafe
Author: Dave Brondsema <[email protected]>
AuthorDate: Fri Aug 9 12:25:18 2024 -0400

    restore pre-commit requirement for py3.8
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 29e199017..2cfdf6c08 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -144,6 +144,7 @@ platformdirs==4.2.0
     # via virtualenv
 pluggy==1.4.0
     # via pytest
+pre-commit==3.5.0 ; python_version < "3.9"
 pre-commit==3.7.0 ; python_version >= "3.9"
     # via -r requirements.in
 profanityfilter==2.0.6

Reply via email to