diff --git a/poetry.lock b/poetry.lock index f1dd326..f8e851d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -215,13 +215,13 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [[package]] name = "yt-dlp" -version = "2025.1.15" +version = "2025.1.26" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" files = [ - {file = "yt_dlp-2025.1.15-py3-none-any.whl", hash = "sha256:b8666b88e23c3fa5ee1e80920f4a9dfac7c405504a447214c0cf3d0c386edcfc"}, - {file = "yt_dlp-2025.1.15.tar.gz", hash = "sha256:e8ec515d49bb62704915d13a22ee6fe03a5658d651e4e64574e3a17ee01f6e3b"}, + {file = "yt_dlp-2025.1.26-py3-none-any.whl", hash = "sha256:3e76bd896b9f96601021ca192ca0fbdd195e3c3dcc28302a3a34c9bc4979da7b"}, + {file = "yt_dlp-2025.1.26.tar.gz", hash = "sha256:1c9738266921ad43c568ad01ac3362fb7c7af549276fbec92bd72f140da16240"}, ] [package.extras] @@ -237,4 +237,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7ed4441e260779521d5291af3b0df206f4301f8145bd2d18c4d3caf4980ee723" +content-hash = "37d35e3161ec3808dfbc9e75115f4600cc3aca467b6afe515f2ccd706ab7636a" diff --git a/pyproject.toml b/pyproject.toml index e8eeeaf..da5d46d 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.1.15" +yt-dlp = "^2025.1.26" loguru = "^0.7.3" unidecode = "^1.3.8"