mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2026-03-03 03:17:02 +00:00
update dependencies
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 25.1.0
|
||||
rev: 25.9.0
|
||||
hooks:
|
||||
- id: black
|
||||
alias: python
|
||||
@@ -31,7 +31,7 @@ repos:
|
||||
- id: codespell
|
||||
exclude: ^frontend/package-lock.json
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.30.1
|
||||
rev: v9.36.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
name: eslint
|
||||
|
||||
@@ -2,14 +2,14 @@ apprise==1.9.4
|
||||
celery==5.5.3
|
||||
django-auth-ldap==5.2.0
|
||||
django-celery-beat==2.8.1
|
||||
django-cors-headers==4.7.0
|
||||
Django==5.2.5
|
||||
django-cors-headers==4.9.0
|
||||
Django==5.2.6
|
||||
djangorestframework==3.16.1
|
||||
drf-spectacular==0.28.0
|
||||
Pillow==11.3.0
|
||||
redis==6.4.0
|
||||
requests==2.32.5
|
||||
ryd-client==0.0.6
|
||||
uvicorn==0.35.0
|
||||
whitenoise==6.9.0
|
||||
yt-dlp[default]==2025.8.27
|
||||
uvicorn==0.37.0
|
||||
whitenoise==6.11.0
|
||||
yt-dlp[default]==2025.9.26
|
||||
|
||||
810
frontend/package-lock.json
generated
810
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ pre-commit==4.3.0
|
||||
pylint-django==2.6.1
|
||||
pylint==3.3.8
|
||||
pytest-django==4.11.1
|
||||
pytest==8.4.1
|
||||
pytest==8.4.2
|
||||
python-dotenv==1.1.1
|
||||
requirementscheck==0.1.0
|
||||
types-requests==2.32.4.20250809
|
||||
types-requests==2.32.4.20250913
|
||||
|
||||
Reference in New Issue
Block a user