This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8517 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 0bdebbcc0cd4be05d1b324d5f0d9a298ae8af7a0 Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Jul 31 18:25:39 2023 +0000 [#8517] Upgrade gunicorn 20.1.0 -> 21.2.0, and its deps: setuptools gunicorn 20.1.0 -> 21.2.0 setuptools 68.0.0 -> skipped --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e23f61170..bc96f27d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ gitdb==4.0.10 # via gitpython gitpython==3.1.32 # via -r requirements.in -gunicorn==20.1.0 +gunicorn==21.2.0 # via -r requirements.in html5lib==1.1 # via @@ -98,6 +98,7 @@ oauthlib==3.2.2 # requests-oauthlib packaging==23.1 # via + # gunicorn # pytest # pytest-sugar paginate==0.5.6
