From 3631fa0b2c002b28c4c0b1fccc8e78c8eeb925f2 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 10 Jun 2025 08:47:57 +0700 Subject: [PATCH] bump yt-dlp, #build --- backend/config/settings.py | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/config/settings.py b/backend/config/settings.py index b92e8ae5..938cc225 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -316,7 +316,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.5.3" +TA_VERSION = "v0.5.4-unstable" # API REST_FRAMEWORK = { diff --git a/backend/requirements.txt b/backend/requirements.txt index fa21380e..97f24a6c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ requests==2.32.3 ryd-client==0.0.6 uvicorn==0.34.3 whitenoise==6.9.0 -yt-dlp[default]==2025.5.22 +yt-dlp[default]==2025.6.9