update dependencies

This commit is contained in:
Simon
2025-09-27 11:18:01 +07:00
parent f4c78e32f7
commit e716067429
4 changed files with 431 additions and 399 deletions

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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