bump requirements
This commit is contained in:
parent
2d0253a4b8
commit
cceab5fe2b
|
|
@ -1,5 +1,5 @@
|
|||
apprise==1.9.5
|
||||
celery==5.5.3
|
||||
apprise==1.9.6
|
||||
celery==5.6.0
|
||||
django-auth-ldap==5.2.0
|
||||
django-celery-beat==2.8.1
|
||||
django-cors-headers==4.9.0
|
||||
|
|
@ -7,8 +7,8 @@ Django==5.2.8
|
|||
djangorestframework==3.16.1
|
||||
drf-spectacular==0.29.0
|
||||
Pillow==12.0.0
|
||||
redis==7.0.1
|
||||
redis==7.1.0
|
||||
requests==2.32.5
|
||||
ryd-client==0.0.6
|
||||
uvicorn==0.38.0
|
||||
yt-dlp[default]==2025.11.12
|
||||
yt-dlp[default]==2025.12.8
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
-r backend/requirements.txt
|
||||
ipython==9.7.0
|
||||
pre-commit==4.4.0
|
||||
ipython==9.8.0
|
||||
pre-commit==4.5.0
|
||||
pylint-django==2.6.1
|
||||
pylint==3.3.9
|
||||
pytest-django==4.11.1
|
||||
pytest==9.0.1
|
||||
pytest==9.0.2
|
||||
python-dotenv==1.2.1
|
||||
requirementscheck==0.1.0
|
||||
types-requests==2.32.4.20250913
|
||||
|
|
|
|||
Loading…
Reference in New Issue