From 50d5e69db6f84d94932b32ef4465516393ff187b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:29:59 +0000 Subject: [PATCH] build(deps): bump yt-dlp from 2026.3.17 to 2026.7.4 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2026.3.17 to 2026.7.4. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2026.03.17...2026.07.04) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2dcd209d91..3bf304d00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ # Using uvloop to increase general speed and stability. Ignored under Windows "uvloop>=0.21.0,<1.0.0; platform_system != 'Windows'", "yarl", - "yt-dlp==2026.3.17", + "yt-dlp==2026.7.4", ] requires-python = ">=3.12"