From 0586d53d8ec81c82d30a98ff20cca64d755c22cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:09:50 +0000 Subject: [PATCH] Bump yt-dlp[default] from 2026.1.29 to 2026.1.31 Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp) from 2026.1.29 to 2026.1.31. - [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.01.29...2026.01.31) --- updated-dependencies: - dependency-name: yt-dlp[default] dependency-version: 2026.1.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 772e91cf..5bc3e86b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "yt-dlp[default]==2026.1.29", + "yt-dlp[default]==2026.1.31", "colorama~=0.4", "mergedeep~=1.3", "mediafile~=0.12",