[CHORE] update dependencies, unsafe pip packages, fastapi (#1609)

* d

* middleware needs to be initialised before startup

runs on python3.11

update secp256k1

update psycopg

* update fastapi to v0.103

* fix webpush

* bump dependencies

* ruff issue

* lock versions

* bump versions

---------

Co-authored-by: jacksn <jkranawetter05@gmail.com>
This commit is contained in:
dni ⚡ 2023-09-25 11:54:02 +02:00 committed by GitHub
parent d3d1010360
commit a8082f798f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 971 additions and 837 deletions

View file

@ -8,45 +8,48 @@ authors = ["Alan Bits <alan@lnbits.com>"]
python = "^3.10 | ^3.9"
bech32 = "1.2.0"
bitstring = "3.1.9"
click = "8.0.4"
click = "8.1.7"
ecdsa = "0.18.0"
embit = "^0.7.0"
fastapi = "0.83.0"
httpx = "0.23.0"
embit = "0.7.0"
fastapi = "0.103.1"
httpx = "0.25.0"
jinja2 = "3.0.1"
lnurl = "0.3.6"
psycopg2-binary = "2.9.1"
pydantic = "1.10.4"
psycopg2-binary = "2.9.7"
pydantic = "1.10.9"
pyqrcode = "1.2.1"
shortuuid = "1.0.11"
sqlalchemy = "1.3.24"
sqlalchemy-aio = "0.17.0"
sse-starlette = "0.6.2"
typing-extensions = "4.4.0"
uvicorn = "0.18.3"
uvloop = "0.16.0"
websockets = "10.0"
loguru = "0.6.0"
grpcio = "1.51.1"
protobuf = "4.21.12"
sse-starlette = "1.6.5"
typing-extensions = "4.8.0"
uvicorn = "0.23.2"
uvloop = "0.17.0"
websockets = "11.0.3"
loguru = "0.7.2"
grpcio = "1.58.0"
protobuf = "4.24.3"
Cerberus = "1.3.4"
async-timeout = "4.0.2"
async-timeout = "4.0.3"
pyln-client = "23.8"
cashu = "0.9.0"
slowapi = "^0.1.7"
pywebpush = "^1.14.0"
pywebpush = "1.14.0"
slowapi = "0.1.8"
python-dotenv = "1.0.0"
websocket-client = "1.6.3"
secp256k1 = "0.14.0"
pycryptodomex = "3.19.0"
packaging = "23.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
black = "^23.7.0"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "^0.21.0"
pytest = "^7.3.2"
pytest-cov = "^4.1.0"
mypy = "^1.5.1"
types-protobuf = "^3.19.22"
types-protobuf = "^4.24.0.2"
pre-commit = "^3.2.2"
types-mock = "^5.0.0.6"
openapi-spec-validator = "^0.5.5"
ruff = "^0.0.284"
openapi-spec-validator = "^0.6.0"
ruff = "^0.0.291"
[build-system]
requires = ["poetry-core>=1.0.0"]