fix(deps): update dependency fastapi to ^0.118.0
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 57s

This commit is contained in:
Renovate Bot
2025-09-29 06:07:02 +00:00
parent 888195771c
commit ba68c01702
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.116.0"}
fastapi = {extras = ["standard"], version = "^0.118.0"}
weasyprint = "^63.0"
logfire = {extras = ["fastapi"], version = "^4.0.0"}