Update dependency fastapi to ^0.116.0

This commit is contained in:
Renovate Bot 2025-07-27 19:45:11 +00:00
parent 5d59fe316b
commit 44451ffade
2 changed files with 10 additions and 9 deletions

View file

@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
ocpp = "^2.0.0"
fastapi = {extras = ["standard"], version = "^0.115.11"}
fastapi = {extras = ["standard"], version = "^0.116.0"}
uvicorn = {extras = ["standard"], version = "^0.34.0"}
websockets = "^15.0"
sqlalchemy = "^2.0.28"