Update dependency fastapi to ^0.96.0

This commit is contained in:
renovate[bot]
2023-06-03 16:31:16 +00:00
parent 2f21d0e2d7
commit 1c8d3350b5
2 changed files with 5 additions and 5 deletions

View File

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