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 bccd290f904e8aa99b27c6f06245c458518c01b0 Author: Dave Brondsema <[email protected]> AuthorDate: Fri Sep 10 20:26:09 2021 +0000 [#8396] upgrade inflection (from profanity filter, for ForgeFeedback) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78fe8d0..a79e0be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ httplib2==0.19.0 # via oauth2 idna==3.2 # via requests -inflection==0.3.1 +inflection==0.5.1 # via profanityfilter ipython==5.8.0 # via -r requirements.in
