bump dependencies
This commit is contained in:
parent
e3cf3e13b2
commit
072d522cea
|
|
@ -11,5 +11,5 @@ Pillow==12.1.1
|
|||
redis==7.3.0
|
||||
requests==2.32.5
|
||||
ryd-client==0.0.6
|
||||
uvicorn==0.41.0
|
||||
yt-dlp[default]==2026.3.13
|
||||
uvicorn==0.42.0
|
||||
yt-dlp[default]==2026.3.17
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -31,7 +31,7 @@
|
|||
"prettier": "3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.51.0",
|
||||
"vite": ">=7.3.0",
|
||||
"vite": "^7.3.0",
|
||||
"vite-plugin-checker": "^0.12.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-r backend/requirements.txt
|
||||
-r backend/requirements.plugins.txt
|
||||
-r backend/requirements.txt
|
||||
ipython==9.11.0
|
||||
pre-commit==4.5.1
|
||||
pylint-django==2.7.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue