Update deps

This commit is contained in:
2023-03-27 20:18:49 +02:00
parent 49dce7f99e
commit 92c2cf7077
2 changed files with 65 additions and 75 deletions

View File

@@ -6,16 +6,16 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.92.0"
python-multipart = "^0.0.5"
fastapi = "^0.95.0"
python-multipart = "^0.0.6"
aiofiles = "^23.1.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
uvicorn = {extras = ["standard"], version = "^0.21.1"}
httpx = "^0.23.3"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.15.0"
sentry-sdk = "^1.17.0"
fastapi-utils = "^0.2.1"
pydantic = "^1.10.5"
pydantic = "^1.10.7"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"