[build] update deps
This commit is contained in:
parent
bbda14f332
commit
1c4a020d22
2 changed files with 674 additions and 941 deletions
1593
poetry.lock
generated
1593
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -7,13 +7,13 @@ readme = "README.org"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
fastapi = "^0.87.0"
|
fastapi = "^0.110.0"
|
||||||
httpx = "^0.24.1"
|
httpx = "^0.27.0"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
uvicorn = "^0.27.1"
|
||||||
loguru = "^0.6.0"
|
loguru = "^0.7.2"
|
||||||
sqlalchemy = "^2.0.19"
|
sqlalchemy = "^2.0.27"
|
||||||
aiosqlite = "^0.19.0"
|
aiosqlite = "^0.20.0"
|
||||||
alembic = {extras = ["tz"], version = "^1.8.1"}
|
alembic = "^1.13.1"
|
||||||
tomli = "^2.0.1"
|
tomli = "^2.0.1"
|
||||||
pycryptodome = "^3.18.0"
|
pycryptodome = "^3.18.0"
|
||||||
prompt-toolkit = "^3.0.33"
|
prompt-toolkit = "^3.0.33"
|
||||||
|
@ -22,14 +22,14 @@ tomli-w = "^1.0.0"
|
||||||
invoke = "^2.0.0"
|
invoke = "^2.0.0"
|
||||||
cffi = "^1.15.1"
|
cffi = "^1.15.1"
|
||||||
pyld = "^2.0.3"
|
pyld = "^2.0.3"
|
||||||
requests = "^2.28.2"
|
requests = "^2.31.0"
|
||||||
jinja2 = "^3.1.2"
|
jinja2 = "^3.1.2"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^7.2.0"
|
pytest = "^8.0.2"
|
||||||
pytest-asyncio = "^0.21.0"
|
pytest-asyncio = "^0.23.5"
|
||||||
respx = "^0.20.1"
|
respx = "^0.20.2"
|
||||||
factory-boy = "^3.2.1"
|
factory-boy = "^3.2.1"
|
||||||
black = "^23.7.0"
|
black = "^23.7.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue