Upgrade packages
Some checks failed
Backend CI / lint (push) Failing after 11s
Backend CI / test (push) Failing after 1m59s

This commit is contained in:
JSC
2025-09-27 02:32:59 +02:00
parent acdf191a5a
commit 0806d541f2
2 changed files with 192 additions and 166 deletions

View File

@@ -8,33 +8,33 @@ dependencies = [
"aiosqlite==0.21.0",
"alembic==1.16.5",
"apscheduler==3.11.0",
"bcrypt==4.3.0",
"bcrypt==5.0.0",
"email-validator==2.3.0",
"fastapi[standard]==0.117.1",
"ffmpeg-python==0.2.0",
"gtts==2.5.4",
"httpx==0.28.1",
"pydantic-settings==2.10.1",
"pydantic-settings==2.11.0",
"pyjwt==2.10.1",
"python-socketio==5.13.0",
"pytz==2025.2",
"python-vlc==3.0.21203",
"sqlmodel==0.0.25",
"uvicorn[standard]==0.36.0",
"yt-dlp==2025.9.5",
"uvicorn[standard]==0.37.0",
"yt-dlp==2025.9.26",
"asyncpg==0.30.0",
"psycopg[binary]==3.2.10",
]
[tool.uv]
dev-dependencies = [
"coverage==7.10.6",
"coverage==7.10.7",
"faker==37.8.0",
"httpx==0.28.1",
"mypy==1.18.1",
"mypy==1.18.2",
"pytest==8.4.2",
"pytest-asyncio==1.2.0",
"ruff==0.13.0",
"ruff==0.13.2",
]
[tool.mypy]