From 5dfd269f1314a0731eaf32eb7e64bef71dd51714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:57:06 -0300 Subject: [PATCH] build(deps-dev): bump yt-dlp from 2023.7.6 to 2023.9.24 (#366) Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.9.24. - [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/2023.07.06...2023.09.24) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... 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 ee9d350671..4166734c79 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.10.0,<0.18.0; platform_system != 'Windows'", "yarl", - "yt-dlp==2023.7.6", + "yt-dlp==2023.9.24", ] requires-python = ">=3.7"