Update dependency fastapi to ^0.104.0

This commit is contained in:
renovate[bot]
2023-10-18 16:22:23 +00:00
parent f677068d27
commit 1bb8fbd0be
2 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ python = "^3.10"
reader = "^3.4"
discord-webhook = "^1.0.0"
platformdirs = "^3.0.0"
fastapi = "^0.103.0"
fastapi = "^0.104.0"
uvicorn = { extras = ["standard"], version = "^0.23.0" }
jinja2 = "^3.1.2"
apscheduler = "^3.10.0"