fix(deps): update dependency gunicorn to v21

This commit is contained in:
renovate 2023-07-24 11:24:26 +00:00
parent 375895f080
commit f74f94b501
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 6 additions and 23 deletions

View file

@ -87,7 +87,7 @@ SQLAlchemy = "^1.4.48"
# ASGI
uvicorn = "^0.23.0"
gunicorn = "^20.1.0"
gunicorn = "^21.0.0"
Hypercorn = "^0.14.3"
prometheus-fastapi-instrumentator = "^6.0.0"
pytest-xdist = "^3.2.1"