chore: fix security audit from uv audit (#3884)
This commit is contained in:
+4
-4
@@ -13,7 +13,7 @@ dependencies = [
|
||||
"starlette~=0.47.1",
|
||||
"httpx~=0.27.2",
|
||||
"jinja2~=3.1.6",
|
||||
"lnurl~=0.8.3",
|
||||
"lnurl~=0.10.0",
|
||||
"pydantic~=1.10.26",
|
||||
"pyqrcode~=1.2.1",
|
||||
"shortuuid~=1.0.13",
|
||||
@@ -27,7 +27,7 @@ dependencies = [
|
||||
"websockets~=15.0.1",
|
||||
"loguru~=0.7.3",
|
||||
"grpcio~=1.76.0",
|
||||
"protobuf~=6.33.2",
|
||||
"protobuf~=6.33.5",
|
||||
"pyln-client~=25.12.0",
|
||||
"pywebpush~=2.2.0",
|
||||
"slowapi~=0.1.9",
|
||||
@@ -35,7 +35,7 @@ dependencies = [
|
||||
"pycryptodomex~=3.23.0",
|
||||
"packaging~=25.0.0",
|
||||
"bolt11~=2.1.1",
|
||||
"pyjwt~=2.10.1",
|
||||
"pyjwt~=2.12.0",
|
||||
"itsdangerous~=2.2.0",
|
||||
"fastapi-sso~=0.19.0",
|
||||
# needed for boltz, lnurldevice, watchonly extensions
|
||||
@@ -43,7 +43,7 @@ dependencies = [
|
||||
# needed for scheduler extension
|
||||
"python-crontab~=3.3.0",
|
||||
"pynostr~=0.7.0",
|
||||
"python-multipart~=0.0.21",
|
||||
"python-multipart~=0.0.22",
|
||||
"filetype~=1.2.0",
|
||||
"nostr-sdk~=0.44.0",
|
||||
"bcrypt~=5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user