From ce9e54bdd3687674b1ef80f3aff162bd04a0a27d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:29:12 +0000 Subject: [PATCH] fix(deps): update dependency yt-dlp to v2025.1.15 --- yohane-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yohane-cli/pyproject.toml b/yohane-cli/pyproject.toml index ef6eb346..033eeb90 100644 --- a/yohane-cli/pyproject.toml +++ b/yohane-cli/pyproject.toml @@ -5,7 +5,7 @@ description = "Typer CLI for yohane" license = "MIT" authors = [{ name = "NextFire", email = "git@yuru.moe" }] requires-python = ">=3.10" -dependencies = ["typer-slim[standard]==0.15.1", "yt-dlp[default]==2025.1.12"] +dependencies = ["typer-slim[standard]==0.15.1", "yt-dlp[default]==2025.1.15"] [project.urls] homepage = "https://github.com/Japan7/yohane"