Update deps

This commit is contained in:
2022-05-13 22:03:49 +03:00
parent 2c6b12d4b4
commit 440d81c850
2 changed files with 141 additions and 140 deletions

View File

@@ -6,23 +6,23 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
uvicorn = {extras = ["standart"], version = "^0.15.0"}
fastapi = ">=0.77.1"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
ormar = {extras = ["postgresql"], version = "^0.11.0"}
alembic = "^1.7.4"
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
orjson = "^3.6.4"
aioredis = "^2.0.0"
alembic = "^1.7.7"
fastapi-pagination = {extras = ["ormar"], version = "^0.9.3"}
orjson = "^3.6.8"
aioredis = "^2.0.1"
httpx = "^0.22.0"
meilisearch = "^0.18.0"
prometheus-fastapi-instrumentator = "^5.7.1"
meilisearch = "^0.18.3"
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.10"
sentry-sdk = "^1.5.12"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^7.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]