This is an automated email from the ASF dual-hosted git repository.
gcruz 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 e83afa851 pin docutils to v0.20.1 to keep compatibility with older
versions of Python
e83afa851 is described below
commit e83afa851ed6a2503cc5f634ec340b2218f91688
Author: Guillermo Cruz <[email protected]>
AuthorDate: Tue Apr 23 19:59:16 2024 +0000
pin docutils to v0.20.1 to keep compatibility with older versions of Python
---
requirements.in | 2 ++
requirements.txt | 9 ++++++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/requirements.in b/requirements.in
index 4870618c7..a8c041986 100644
--- a/requirements.in
+++ b/requirements.in
@@ -56,6 +56,8 @@ WebTest
pytest
pytest-xdist
pytest-sugar
+# last version supporting Python 3.7 and 3.8.
+docutils==0.20.1
# deployment
gunicorn
diff --git a/requirements.txt b/requirements.txt
index b95eda650..3365df5c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -44,8 +44,10 @@ diff-match-patch==20230430
# via sxsdiff
distlib==0.3.8
# via virtualenv
-docutils==0.21.1
- # via pypeline
+docutils==0.20.1
+ # via
+ # -r requirements.in
+ # pypeline
easywidgets==0.4.1
# via -r requirements.in
emoji==2.11.0
@@ -140,8 +142,9 @@ platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via pytest
+pre-commit==3.5.0 ; python_version < "3.9"
+# via -r requirements.in
pre-commit==3.7.0 ; python_version >= "3.9"
- # via -r requirements.in
profanityfilter==2.0.6
# via -r requirements.in
pycparser==2.22