diff --git a/yohane-cli/pyproject.toml b/yohane-cli/pyproject.toml index a18520c7..52289cd7 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]==2024.12.13"] +dependencies = ["typer-slim[standard]==0.15.1", "yt-dlp[default]==2024.12.23"] [project.urls] homepage = "https://github.com/Japan7/yohane"