Update gunicorn to version 22.0.0
All checks were successful
Django CI/CD / test (push) Successful in 1m46s
Django CI/CD / build-and-push (push) Successful in 2m28s

This commit is contained in:
2024-04-17 12:28:10 +02:00
parent 12a517c9fa
commit edc1d062bc
2 changed files with 12 additions and 11 deletions

View File

@ -10,7 +10,7 @@ packages = [{include = "timetracker"}]
[tool.poetry.group.main.dependencies]
python = "^3.11"
django = "^4.2.0"
gunicorn = "^21.2.0"
gunicorn = "^22"
uvicorn = "^0.20.0"
graphene-django = "^3.1.5"
django-htmx = "^1.17.2"