diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 6f76c2ad..78959ddc 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -9,4 +9,5 @@ pylint-django pytest pytest-django python-dotenv +requirementscheck types-requests diff --git a/backend/requirements.txt b/backend/requirements.txt index 5158ba4d..41cfea40 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,13 +2,13 @@ apprise==1.9.0 celery==5.4.0 django-auth-ldap==5.1.0 django-celery-beat==2.7.0 -django-cors-headers==4.5.0 -Django==5.1.2 +django-cors-headers==4.6.0 +Django==5.1.3 djangorestframework==3.15.2 Pillow==11.0.0 -redis==5.1.1 +redis==5.2.0 requests==2.32.3 ryd-client==0.0.6 -uWSGI==2.0.27 -whitenoise==6.7.0 -yt-dlp==2024.10.7 +uWSGI==2.0.28 +whitenoise==6.8.2 +yt-dlp[default]==2024.11.4