Update dependency uvicorn to ^0.35.0

This commit is contained in:
Renovate Bot 2025-07-27 19:45:17 +00:00
parent 5d59fe316b
commit dadac4dc6a
2 changed files with 5 additions and 5 deletions

View file

@ -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"