Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 6, 2024
1 parent 307d2d7 commit 647c217
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 59 deletions.
116 changes: 62 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 647c217

Please sign in to comment.