From 47f88bc6a47946a386bde379df4d3c05b918f61d Mon Sep 17 00:00:00 2001 From: darkzoul5 <79358060+darkzoul5@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:13:50 +0300 Subject: [PATCH] chore: bump yt-dlp to 2026.8.19 (#20) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2f94ff..8e25311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE" } keywords = ["youtube", "yt-dlp", "playlist", "sync"] requires-python = ">=3.10" dependencies = [ - "yt-dlp>=2026.7.4", + "yt-dlp>=2026.8.19", "PySide6_Essentials>=6.11.1", ] [project.optional-dependencies]