Update dependency fastapi to ^0.91.0

This commit is contained in:
renovate[bot]
2023-02-10 17:06:03 +00:00
parent 9677309aa5
commit 0b45918c9d
2 changed files with 9 additions and 9 deletions

View File

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