Update deps

This commit is contained in:
2023-01-31 01:44:25 +01:00
parent 23ce83b202
commit a71e04ae26
2 changed files with 606 additions and 605 deletions

1203
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,14 +6,14 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
fastapi = "^0.89.0" fastapi = "^0.89.1"
alembic = "^1.9.1" alembic = "^1.9.2"
ormar = {extras = ["postgresql"], version = "0.12.0"} ormar = {extras = ["postgresql"], version = "^0.12.1"}
uvicorn = {extras = ["standard"], version = "^0.20.0"} uvicorn = {extras = ["standard"], version = "^0.20.0"}
httpx = "^0.23.3" httpx = "^0.23.3"
uvloop = "^0.17.0" uvloop = "^0.17.0"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
sentry-sdk = "^1.12.1" sentry-sdk = "^1.14.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0" pre-commit = "^2.21.0"