Update dependency uvicorn to ^0.35.0
This commit is contained in:
parent
5d59fe316b
commit
dadac4dc6a
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ package-mode = false
|
|||
python = "^3.12"
|
||||
ocpp = "^2.0.0"
|
||||
fastapi = {extras = ["standard"], version = "^0.115.11"}
|
||||
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||
uvicorn = {extras = ["standard"], version = "^0.35.0"}
|
||||
websockets = "^15.0"
|
||||
sqlalchemy = "^2.0.28"
|
||||
alembic = "^1.15.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue