Update dependencies

This commit is contained in:
2025-07-01 21:12:29 +02:00
parent 52b2f6068b
commit e75efc93c7
2 changed files with 177 additions and 136 deletions

View File

@ -8,9 +8,9 @@ readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "^3.10"
quart = "^0.18.4"
uvicorn = "^0.22.0"
python = "^3.12"
quart = "^0.20.0"
uvicorn = "^0.35.0"
[build-system]