Update deps

This commit is contained in:
2023-01-31 01:39:51 +01:00
parent a23c4fc233
commit 48c893eacd
2 changed files with 945 additions and 946 deletions

1878
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,20 +7,19 @@ license = "Apache 2.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
fastapi = "^0.89.0" fastapi = "^0.89.1"
uvicorn = {extras = ["standard"], version = "^0.20.0"} uvicorn = {extras = ["standard"], version = "^0.20.0"}
ormar = {extras = ["postgresql"], version = "^0.12.0"} ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.9.1" alembic = "^1.9.2"
pydantic = {extras = ["dotenv"], version = "^1.10.2"} pydantic = {extras = ["dotenv"], version = "^1.10.4"}
python-multipart = "^0.0.5" python-multipart = "^0.0.5"
httpx = "^0.23.3" httpx = "^0.23.3"
telethon = "^1.26.1" telethon = "^1.26.1"
prometheus-fastapi-instrumentator = "^5.9.1" prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0" uvloop = "^0.17.0"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
orjson = "^3.8.4" orjson = "^3.8.5"
sentry-sdk = "^1.12.1" sentry-sdk = "^1.14.0"
greenlet = "^2.0.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = "^7.2.0" pytest = "^7.2.0"