Update deps

This commit is contained in:
2023-02-24 01:59:00 +01:00
parent e4f8d4e0fa
commit c004a10830
2 changed files with 18 additions and 17 deletions

View File

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