chore: update lnurl to v0.7.3 (#3320)

This commit is contained in:
dni ⚡ 2025-08-19 11:34:19 +02:00 committed by GitHub
parent ae6cf47244
commit 2daddf8b74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -2133,14 +2133,14 @@ valkey = ["valkey (>=6)"]
[[package]] [[package]]
name = "lnurl" name = "lnurl"
version = "0.7.2" version = "0.7.3"
description = "LNURL implementation for Python." description = "LNURL implementation for Python."
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "lnurl-0.7.2-py3-none-any.whl", hash = "sha256:4323ac398d49e5b883000c166b4c2448df2acad2eddca99f656c67f7b97cd80f"}, {file = "lnurl-0.7.3-py3-none-any.whl", hash = "sha256:1a6796cb5124047e2d289ca8ba2015bbf62e3f78d717802205dc6e303e31898a"},
{file = "lnurl-0.7.2.tar.gz", hash = "sha256:9f0881cb5909512cadb35d238c27347d6a8afcec10b2b7aadd560083fd210c0b"}, {file = "lnurl-0.7.3.tar.gz", hash = "sha256:b8e8036bc1d215d1d9b0cbb18b8d9b8d2e7e98850be1c98d33887e03c9f4b144"},
] ]
[package.dependencies] [package.dependencies]
@ -4573,4 +4573,4 @@ migration = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "~3.12 | ~3.11 | ~3.10" python-versions = "~3.12 | ~3.11 | ~3.10"
content-hash = "7100b67d94f82cb53ceb8f4e47ae8a4aa426408feabeb0746c323d09f229c242" content-hash = "1036dbacae822cf263c59934b2e2310c0228c21204068620e46218fb70c880db"

View file

@ -20,7 +20,7 @@ fastapi = "0.116.1"
starlette = "0.47.1" starlette = "0.47.1"
httpx = "0.27.0" httpx = "0.27.0"
jinja2 = "3.1.6" jinja2 = "3.1.6"
lnurl = "0.7.2" lnurl = "0.7.3"
pydantic = "1.10.22" pydantic = "1.10.22"
pyqrcode = "1.2.1" pyqrcode = "1.2.1"
shortuuid = "1.0.13" shortuuid = "1.0.13"