From 81d59a4614b1e8e506df101ffaa19fa47f5f7ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:09:40 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 1 update: [yt-dlp](https://github.com/yt-dlp/yt-dlp). - [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.09.24...2023.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 4166734c79..98195d6bca 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.9.24", + "yt-dlp==2023.10.7", ] requires-python = ">=3.7"