Update deps

This commit is contained in:
2023-03-27 20:28:21 +02:00
parent c004a10830
commit e91ed672a1
2 changed files with 25 additions and 23 deletions

View File

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