From ea962dc4cef299d00375098857d205d2e99344da Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Mon, 9 Oct 2023 11:55:23 +1100 Subject: [PATCH] chore(core): update yt-dlp version Signed-off-by: Jordan Shatford --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index e1a8ab95..74e4e5cd 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Jordan Shatford", email = "jordanshatford@live.com"}, ] dependencies = [ - "yt-dlp==2023.9.24", + "yt-dlp==2023.10.7", "youtube-search-python>=1.6.6,<1.7.0", "pydantic>=2.1.1,<3.0.0", ]