fix: Updated the version of gunicorn

The related patch: https://review.opendev.org/c/openstack/requirements/+/884564

Change-Id: I40786189b960500257967d93f976d528ade12de2
This commit is contained in:
Boxiang Zhu 2023-10-07 14:39:11 +08:00
parent 0d8a69c413
commit 9a8d68337d

View File

@ -6,7 +6,7 @@ pbr>=5.8.0 # Apache-2.0
fastapi<=0.58.1 # MIT
pydantic<=1.8.2 # MIT
uvicorn<=0.17.6 # BSD License (3 clause)
gunicorn<=20.1.0 # MIT
gunicorn>=20.1.0 # MIT
python-jose<=3.3.0 # MIT
databases<=0.5.5 # BSD License (3 clause)
aiomysql<=0.1.1 # MIT