mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 07:05:37 +01:00
Update deps
This commit is contained in:
@@ -6,16 +6,16 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = "^0.85.1"
|
||||
arq = "^0.24.0"
|
||||
meilisearch = "^0.22.1"
|
||||
asyncpg = "^0.26.0"
|
||||
uvicorn = {extras = ["standart"], version = "^0.19.0"}
|
||||
httpx = "^0.23.0"
|
||||
fastapi = "^0.88.0"
|
||||
arq = "^0.25.0"
|
||||
meilisearch = "^0.23.0"
|
||||
asyncpg = "^0.27.0"
|
||||
uvicorn = {extras = ["standart"], version = "^0.20.0"}
|
||||
httpx = "^0.23.3"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
sentry-sdk = "^1.10.1"
|
||||
pydantic = "1.10.2"
|
||||
sentry-sdk = "^1.12.1"
|
||||
pydantic = "^1.10.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pre-commit = "^2.17.0"
|
||||
|
||||
Reference in New Issue
Block a user