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 a99eaf06f50265e7786e91d9af936e7e90226803 Author: Dave Brondsema <[email protected]> AuthorDate: Mon Jan 17 12:47:33 2022 -0500 [#8408] upgrade pyflakes (not really related) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3cab912..287fc9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ profanityfilter==2.0.6 # via -r requirements.in pycparser==2.20 # via cffi -pyflakes==2.1.1 +pyflakes==2.4.0 # via -r requirements.in pygments==2.9.0 # via -r requirements.in
