From 6b7805c6e18f8590c3ae0ff31bf9f4c453a023c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:24:07 -0800 Subject: [PATCH] Bump yt-dlp[default] from 2025.12.8 to 2026.1.29 (#1428) Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp) from 2025.12.8 to 2026.1.29. - [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/2025.12.08...2026.01.29) --- updated-dependencies: - dependency-name: yt-dlp[default] dependency-version: 2026.1.29 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94e18a34..772e91cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "yt-dlp[default]==2025.12.8", + "yt-dlp[default]==2026.1.29", "colorama~=0.4", "mergedeep~=1.3", "mediafile~=0.12",