Update dependency fastapi to ^0.93.0

This commit is contained in:
renovate[bot]
2023-03-07 19:01:15 +00:00
parent a9ab9dc99b
commit b903442220
2 changed files with 6 additions and 6 deletions

View File

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