Update dependency uvicorn to ^0.19.0

This commit is contained in:
renovate[bot]
2022-10-19 21:26:09 +00:00
parent cba6ed6ccd
commit 47d130e979
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.18.3"}
uvicorn = {extras = ["standard"], version = "^0.19.0"}
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"