chore: update fastapi an starlette (#3277)

This commit is contained in:
dni ⚡ 2025-07-17 15:41:54 +02:00 committed by GitHub
parent 65864cb216
commit 98f732fb6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 14 deletions

View file

@ -16,7 +16,8 @@ python = "~3.12 | ~3.11 | ~3.10"
bech32 = "1.2.0"
click = "8.2.1"
ecdsa = "0.19.1"
fastapi = "0.115.13"
fastapi = "0.116.1"
starlette = "0.47.1"
httpx = "0.27.0"
jinja2 = "3.1.6"
lnurl = "0.5.3"