This is an automated email from the ASF dual-hosted git repository. kentontaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit fbc9f2b55641bdcc88523be0df4395fafd19b3da Author: Dave Brondsema <[email protected]> AuthorDate: Mon Sep 13 19:05:19 2021 +0000 [#8396] allow newer akismet --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index 9248ca2..d3c4fb5 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -8,4 +8,4 @@ html2text==2019.8.11 # last to support py2 mediawiki2html # GPL # for spam checking -akismet==1.0.1 +akismet>=1.0.1
