Bump dependencies to latest versions (#636)

* bump dependencies

* ignore type for validation handler
This commit is contained in:
callebtc
2024-10-08 09:20:20 +02:00
committed by GitHub
parent 307d2d7a98
commit cd39e18916
3 changed files with 68 additions and 60 deletions

View File

@@ -11,18 +11,18 @@ SQLAlchemy = {version = "^2.0.35", extras = ["asyncio"]}
click = "^8.1.7"
pydantic = "^1.10.2"
bech32 = "^1.2.0"
fastapi = "^0.104.1"
fastapi = "^0.115.0"
environs = "^9.5.0"
uvicorn = "0.23.2"
uvicorn = "^0.31.0"
loguru = "^0.7.0"
ecdsa = "^0.18.0"
ecdsa = "^0.19.0"
bitstring = "^3.1.9"
secp256k1 = "^0.14.0"
h11 = "^0.14.0"
cryptography = "^41.0.3"
cryptography = "^43.0.1"
websocket-client = "^1.3.3"
pycryptodomex = "^3.16.0"
setuptools = "^68.1.2"
setuptools = "^75.1.0"
wheel = "^0.41.1"
importlib-metadata = "^6.8.0"
httpx = {extras = ["socks"], version = "^0.25.1"}