mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Update deps
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
language_version: python3.10
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
|
||||
742
poetry.lock
generated
742
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,24 +7,24 @@ license = "Apache 2.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = ">=0.71.0"
|
||||
uvicorn = {extras = ["standart"], version = "^0.15.0"}
|
||||
fastapi = ">=0.77.1"
|
||||
uvicorn = {extras = ["standart"], version = "^0.17.6"}
|
||||
ormar = {extras = ["postgresql"], version = "^0.11.0"}
|
||||
alembic = "^1.7.3"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||
alembic = "^1.7.7"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
|
||||
python-multipart = "^0.0.5"
|
||||
httpx = "^0.22.0"
|
||||
Telethon = "^1.24.0"
|
||||
cryptg = "^0.2.post4"
|
||||
prometheus-fastapi-instrumentator = "^5.7.1"
|
||||
cryptg = "^0.3.1"
|
||||
prometheus-fastapi-instrumentator = "^5.8.1"
|
||||
uvloop = "^0.16.0"
|
||||
gunicorn = "^20.1.0"
|
||||
orjson = "^3.6.7"
|
||||
sentry-sdk = "^1.5.10"
|
||||
orjson = "^3.6.8"
|
||||
sentry-sdk = "^1.5.12"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
mypy = "^0.910"
|
||||
pytest = "^7.1.2"
|
||||
mypy = "^0.950"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user