This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8494 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 0dc787a4f3bb34c558a783519538d544402ba907 Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Jan 20 20:44:13 2023 +0000 [#8494] Upgrade pyflakes 2.5.0 -> 3.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec0fc8109..d0af79c42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -128,7 +128,7 @@ profanityfilter==2.0.6 # via -r requirements.in pycparser==2.21 # via cffi -pyflakes==2.5.0 +pyflakes==3.0.1 # via -r requirements.in pygments==2.14.0 # via -r requirements.in
