Update deps

This commit is contained in:
2023-03-27 20:22:57 +02:00
parent 5d0fcc98c4
commit cb5e07d450
2 changed files with 140 additions and 135 deletions

View File

@@ -8,18 +8,18 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
python = "^3.11"
fastapi = "^0.92.0"
httpx = "^0.23.3"
alembic = "^1.9.4"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
alembic = "^1.10.2"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
arq = "^0.25.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"
ormar = {extras = ["postgresql"], version = "^0.12.1"}
pydantic = "^1.10.4"
redis = {extras = ["hiredis"], version = "^4.5.1"}
msgpack = "^1.0.4"
redis = {extras = ["hiredis"], version = "^4.5.3"}
msgpack = "^1.0.5"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"