This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit c7ba4d29cf6c6376c73738c2b36f63e81a934b8d
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 8d9771a3f..30a18ab1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -58,7 +58,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
@@ -105,6 +105,7 @@ oauthlib==3.2.2
     #   requests-oauthlib
 packaging==23.1
     # via
+    #   gunicorn
     #   pytest
     #   pytest-sugar
 paginate==0.5.6

Reply via email to