mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +02:00
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:
parent
86b21458e0
commit
9da3384c43
2 changed files with 25 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue