Update dependency uvicorn to ^0.20.0

This commit is contained in:
renovate[bot]
2022-11-20 21:02:34 +00:00
parent 0f4e5dabb5
commit ada27cc6ce
2 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ discord-webhook = "^0.17.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
Jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.19.0"}
uvicorn = {extras = ["standard"], version = "^0.20.0"}
jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies]