diff --git a/poetry.lock b/poetry.lock index 0fe25a6..000475b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -231,14 +231,14 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [[package]] name = "yt-dlp" -version = "2025.3.31" +version = "2025.4.30" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "yt_dlp-2025.3.31-py3-none-any.whl", hash = "sha256:8ecb3aa218a3bebe431119f513a8972b9b9d992edf67168c00ab92329a03baec"}, - {file = "yt_dlp-2025.3.31.tar.gz", hash = "sha256:1bfe0e660d1a70a09e27b2d58f92e30b1e2e362cc487829f2f824346ae49fb91"}, + {file = "yt_dlp-2025.4.30-py3-none-any.whl", hash = "sha256:53cd82bf13f12a1fe9c564b0004e001156b153c9247fa3cef14d1400ab359150"}, + {file = "yt_dlp-2025.4.30.tar.gz", hash = "sha256:d01367d0c3ae94e35cb1e2eccb7a7c70e181c4ca448f4ee2374f26489d263603"}, ] [package.extras] @@ -254,4 +254,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b6fcecda7fd5cd2eda38c3052fb8b447f5f2f89af3f39fdaa8db0be9948e2b1a" +content-hash = "8603cbf5fb68ce2f4f850c8da5b92f1b11aa406375fb31d7d1e7f35d506b5360" diff --git a/pyproject.toml b/pyproject.toml index f188a6b..d94bb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.32.3" -yt-dlp = "^2025.3.31" +yt-dlp = "^2025.4.30" loguru = "^0.7.3" unidecode = "^1.4.0"