security: a couple of CVE fixes

- Added authlib version 1.6.9 and tornado version 6.5.5 to the project dependencies.
- Updated authlib version in uv.lock to 1.6.9 with corresponding source and wheel URLs.
- Included tornado in the dependencies section of uv.lock for consistency.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-17 23:37:27 -07:00
parent 86b21458e0
commit 9da3384c43
2 changed files with 25 additions and 16 deletions

View file

@ -6,6 +6,8 @@ requires-python = ">=3.12"
dependencies = [
"alembic>=1.13.0",
"asyncpg>=0.30.0",
"authlib>=1.6.9",
"tornado>=6.5.5",
"datasets>=2.21.0",
"pyarrow>=15.0.0,<19.0.0",
"discord-py>=2.5.2",