[CHORE] updating dependencies, mainly fastapi (#302)

* [CHORE] updating dependencies, mainly fastapi

i updated all lib that i could. :) test seem to pass

downgrade uvicorn for mypy to pass

chore

fixup

formatting

* make flake8 didnt flake tests
This commit is contained in:
dni ⚡
2023-08-24 11:09:07 +02:00
committed by GitHub
parent 4f5d3c66fe
commit e374d32df7
5 changed files with 360 additions and 352 deletions

View File

@@ -9,28 +9,28 @@ license = "MIT"
python = "^3.8.1"
requests = "^2.27.1"
SQLAlchemy = "^1.3.24"
click = "^8.0.4"
click = "^8.1.7"
pydantic = "^1.10.2"
bech32 = "^1.2.0"
fastapi = "^0.83.0"
fastapi = "^0.101.1"
environs = "^9.5.0"
uvicorn = "^0.18.3"
loguru = "^0.6.0"
loguru = "^0.7.0"
ecdsa = "^0.18.0"
bitstring = "^3.1.9"
secp256k1 = "^0.14.0"
sqlalchemy-aio = "^0.17.0"
python-bitcoinlib = "0.11.2"
h11 = "^0.12.0"
python-bitcoinlib = "^0.12.2"
h11 = "^0.14.0"
PySocks = "^1.7.1"
cryptography = "^36.0.2"
cryptography = "^41.0.3"
websocket-client = "^1.3.3"
pycryptodomex = "^3.16.0"
setuptools = "^65.6.3"
wheel = "^0.38.4"
importlib-metadata = "^5.2.0"
psycopg2-binary = {version = "^2.9.5", optional = true }
httpx = "0.23.0"
setuptools = "^68.1.2"
wheel = "^0.41.1"
importlib-metadata = "^6.8.0"
psycopg2-binary = { version = "^2.9.7", optional = true }
httpx = "^0.24.1"
bip32 = "^3.4"
mnemonic = "^0.20"
@@ -38,13 +38,14 @@ mnemonic = "^0.20"
pgsql = ["psycopg2-binary"]
[tool.poetry.group.dev.dependencies]
mypy = "^0.971"
pytest-asyncio = "^0.19.0"
mypy = "^1.5.1"
black = "^23.7.0"
pytest-asyncio = "^0.21.1"
pytest-cov = "^4.0.0"
pytest = "^7.4.0"
pre-commit = "^3.3.3"
ruff = "^0.0.284"
black = "^23.7.0"
pre-commit = "^3.3.3"
types-requests = "^2.31.0.2"
[build-system]
requires = ["poetry-core>=1.0.0"]