From 9eaba26b1671e8810cb135997c867ac3550e685a Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 12 Apr 2024 00:52:31 +0200 Subject: [PATCH] relax yt-dlp moving upstream target, we always want the newest version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5368482..a71f6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.7,<4.0" mpv = ">=0.1" # TODO: do we use this? -yt-dlp = "^2023.9.24" +yt-dlp = ">=2023.9.24" sanic = ">=21.12.2" sanic-ext = ">=23.6.0" #sanic-openapi = ">=21.6.1"