fix(deps): update dependency gunicorn to v23

This commit is contained in:
renovate 2025-01-12 22:27:33 +00:00
parent 196ed02d08
commit 2b85df6b4e
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 5 additions and 5 deletions

View file

@ -87,7 +87,7 @@ greenlet = "3.1.1" # Explicitly add greenlet (dependency of SQLAlchemy) for pyth
# ASGI
uvicorn = "^0.30.0"
gunicorn = "^22.0.0"
gunicorn = "^23.0.0"
Hypercorn = "^0.17.0"
pytest-xdist = "^3.5.0"
filelock = "^3.13.3"