From c11c11dbb043d16e3e4dbbe0d898421f6c0b8449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:41:18 +0000 Subject: [PATCH] build(deps): bump yt-dlp Bumps the dev-dependencies group with 1 update in the / directory: [yt-dlp](https://github.com/yt-dlp/yt-dlp). Updates `yt-dlp` from 2024.5.27 to 2024.10.7 - [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.05.27...2024.10.07) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f62009d73..9c6262ae27 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.19.0,<1.0.0; platform_system != 'Windows'", "yarl", - "yt-dlp==2024.5.27", + "yt-dlp==2024.10.7", ] requires-python = ">=3.10"