Update deps

This commit is contained in:
2023-03-27 20:24:52 +02:00
parent b4cbbe41fe
commit 08a2680653
2 changed files with 88 additions and 92 deletions

View File

@@ -7,19 +7,19 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.92.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
fastapi = "^0.95.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.9.4"
alembic = "^1.10.2"
pydantic = {extras = ["dotenv"], version = "^1.10.4"}
python-multipart = "^0.0.5"
python-multipart = "^0.0.6"
httpx = "^0.23.3"
telethon = "^1.27.0"
prometheus-fastapi-instrumentator = "^5.9.1"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.6"
sentry-sdk = "^1.15.0"
orjson = "^3.8.8"
sentry-sdk = "^1.17.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"