Update more dependencies

This commit is contained in:
2024-04-04 11:27:14 +02:00
parent 79dc8ae25c
commit 84552e088b
2 changed files with 50 additions and 140 deletions
+4 -5
View File
@@ -10,7 +10,7 @@ packages = [{include = "timetracker"}]
[tool.poetry.group.main.dependencies]
python = "^3.11"
django = "^4.2.0"
gunicorn = "^20.1.0"
gunicorn = "^21.2.0"
uvicorn = "^0.20.0"
graphene-django = "^3.1.5"
django-htmx = "^1.17.2"
@@ -19,12 +19,11 @@ markdown = "^3.5.2"
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
mypy = "^0.991"
mypy = "^1.9.0"
pyyaml = "^6.0"
pytest = "^7.2.0"
pytest = "^8.1.1"
django-extensions = "^3.2.1"
werkzeug = "^2.2.2"
djhtml = "^1.5.2"
djhtml = "^3.0.6"
djlint = "^1.19.11"
isort = "^5.11.4"
pre-commit = "^3.5.0"