From d2e2947c75ec7c27b778b0e318dc8623ae1366db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 09:18:48 -0700 Subject: [PATCH] Bump yt-dlp[default] from 2025.6.9 to 2025.6.25 (#1250) Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp) from 2025.6.9 to 2025.6.25. - [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.06.09...2025.06.25) --- updated-dependencies: - dependency-name: yt-dlp[default] dependency-version: 2025.6.25 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7e74df1e..64bdcaf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "yt-dlp[default]==2025.6.9", + "yt-dlp[default]==2025.6.25", "colorama~=0.4", "mergedeep~=1.3", "mediafile~=0.12",