Update dependency uvicorn to ^0.29.0
This commit is contained in:
parent
32def43569
commit
e2fae1cbc0
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ reader = "^3.4"
|
|||
discord-webhook = "^1.0.0"
|
||||
platformdirs = "^3.0.0"
|
||||
fastapi = "^0.110.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.28.0" }
|
||||
uvicorn = { extras = ["standard"], version = "^0.29.0" }
|
||||
jinja2 = "^3.1.2"
|
||||
apscheduler = "^3.10.0"
|
||||
python-multipart = "^0.0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue