Update dependency uvicorn to ^0.23.0

This commit is contained in:
renovate[bot]
2023-07-15 06:52:16 +00:00
parent 9b0faca38a
commit bbefbdffda
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ discord-webhook = "^1.0.0"
python-multipart = "^0.0.6"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
uvicorn = {extras = ["standard"], version = "^0.23.0"}
jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies]