fix(deps): update dependency gunicorn to v22

This commit is contained in:
renovate 2024-08-04 10:24:33 +00:00
parent 36a56e9d3c
commit 0d17895647
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 8 additions and 7 deletions

View file

@ -87,7 +87,7 @@ SQLAlchemy = "^1.4.52"
# ASGI
uvicorn = "^0.30.0"
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
Hypercorn = "^0.17.0"
prometheus-fastapi-instrumentator = "^7.0.0"
pytest-xdist = "^3.5.0"