chore: update to latest fastapi (#2240)

security alert https://github.com/lnbits/lnbits/security/dependabot/46
This commit is contained in:
dni ⚡ 2024-02-06 15:47:36 +01:00 committed by GitHub
parent 59968e38d1
commit c8e5c23ac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 46 deletions

View file

@ -9,9 +9,9 @@ python = "^3.10 | ^3.9"
bech32 = "1.2.0"
click = "8.1.7"
ecdsa = "0.18.0"
fastapi = "0.103.1"
fastapi = "0.109.2"
httpx = "0.25.0"
jinja2 = "3.0.1"
jinja2 = "3.1.3"
lnurl = "0.4.2"
psycopg2-binary = "2.9.7"
pydantic = "1.10.9"
@ -29,7 +29,7 @@ grpcio = "1.58.0"
protobuf = "4.24.3"
pyln-client = "23.8"
pywebpush = "1.14.0"
slowapi = "0.1.8"
slowapi = "0.1.9"
websocket-client = "1.6.3"
pycryptodomex = "3.19.0"
packaging = "23.1"