From 5cee7af2330b1f73ce24ab8e882c2f14b85ad5b8 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 22 Jul 2025 17:36:35 +0700 Subject: [PATCH] bump requirements --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 84d10470..3a7edf15 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -6,5 +6,5 @@ pylint==3.3.7 pytest-django==4.11.1 pytest==8.4.1 python-dotenv==1.1.1 -requirementscheck==0.0.6 +requirementscheck==0.1.0 types-requests==2.32.4.20250611 diff --git a/backend/requirements.txt b/backend/requirements.txt index a71cb97f..6e88d012 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ requests==2.32.4 ryd-client==0.0.6 uvicorn==0.35.0 whitenoise==6.9.0 -yt-dlp[default]==2025.6.30 +yt-dlp[default]==2025.7.21