From bfb55f28c61c48aef5715929452719c656ed74fa Mon Sep 17 00:00:00 2001 From: darkzoul5 <79358060+darkzoul5@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:24:24 +0000 Subject: [PATCH] chore: bump yt-dlp to 2026.6.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddfc7d0..92a2cbc 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.3.17", + "yt-dlp>=2026.6.9", "PySide6_Essentials>=6.11.1", ] [project.optional-dependencies]