From 764f118761d1e73ede0add6dc0be332aef403228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan-Ting=20Hsieh=20=28=E8=AC=9D=E6=B2=85=E5=BB=B7=29?= Date: Wed, 8 May 2024 18:40:05 -0700 Subject: [PATCH] Upgrade gunicorn (#2525) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c07c44e483..653d4ad718 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = Flask-SQLAlchemy==3.1.1 SQLAlchemy==2.0.16 grpcio==1.62.1 - gunicorn>=20.1.0 + gunicorn>=22.0.0 numpy protobuf==4.24.4 psutil>=5.9.1