From 52038ed9990318c3af89d463c86986209643bf32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:03:25 -0800 Subject: [PATCH] Bump yt-dlp from 2024.10.22 to 2024.11.4 (#1117) Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp) from 2024.10.22 to 2024.11.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/2024.10.22...2024.11.04) --- updated-dependencies: - dependency-name: yt-dlp[default] dependency-type: direct:production update-type: version-update:semver-minor ... 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 fc3638b0..dd14f164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "yt-dlp[default]==2024.10.22", + "yt-dlp[default]==2024.11.4", "colorama~=0.4", "mergedeep~=1.3", "mediafile~=0.12",