Update dependency gunicorn to v23
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful

This commit is contained in:
Renovate Bot 2025-04-28 20:22:20 +00:00
parent affe80fced
commit 6ea19f686f
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
websockets = "^15.0"
sqlalchemy = "^2.0.28"
alembic = "^1.15.1"
gunicorn = "^22.0.0"
gunicorn = "^23.0.0"
psycopg2-binary = "^2.9.10"
argon2-cffi = "^23.1.0"
jwcrypto = "^1.5.6"