diff --git a/poetry.lock b/poetry.lock index 8865ef0..cc0150a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1399,23 +1399,23 @@ platformdirs = ">=3.5.1" [[package]] name = "yt-dlp" -version = "2024.12.23" +version = "2025.1.12" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" files = [ - {file = "yt_dlp-2024.12.23-py3-none-any.whl", hash = "sha256:2fc08a5221a0379628ac4e7324c6c69a95b9fdfa7a7ca3187444b3b7451e38be"}, - {file = "yt_dlp-2024.12.23.tar.gz", hash = "sha256:ac0e72b5a9017ba104b4258546201a7cedc38e8bd20727e0c63b77c829b425e9"}, + {file = "yt_dlp-2025.1.12-py3-none-any.whl", hash = "sha256:f7ea19afb64f8e457a1b9598ddb67f8deaa313bf1d57abd5612db9272ab10795"}, + {file = "yt_dlp-2025.1.12.tar.gz", hash = "sha256:8e7e246e2a5a2cff0a9c13db46844a37a547680702012058c94ec18fce0ca25a"}, ] [package.extras] build = ["build", "hatchling", "pip", "setuptools (>=71.0.2)", "wheel"] curl-cffi = ["curl-cffi (==0.5.10)", "curl-cffi (>=0.5.10,!=0.6.*,<0.7.2)"] default = ["brotli", "brotlicffi", "certifi", "mutagen", "pycryptodomex", "requests (>=2.32.2,<3)", "urllib3 (>=1.26.17,<3)", "websockets (>=13.0)"] -dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)", "ruff (>=0.8.0,<0.9.0)"] +dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)", "ruff (>=0.9.0,<0.10.0)"] pyinstaller = ["pyinstaller (>=6.11.1)"] secretstorage = ["cffi", "secretstorage"] -static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.8.0,<0.9.0)"] +static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.9.0,<0.10.0)"] test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [[package]] @@ -1432,4 +1432,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<4" -content-hash = "764f72edfa9daf6dd75559c1bd8ceadb35e5196f8225e5390d20e1f68043ccb7" +content-hash = "5a2f21470d075199ae00d23b05da202565dcb836b3db3b7df47ae0ae6394e8c5" diff --git a/pyproject.toml b/pyproject.toml index 43856ec..a7998f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ mutagen = "^1.47.0" ratelimit = "^2.2.1" requests = "^2.31.0" typing-extensions = "^4.9.0" -yt-dlp = ">=2023.12.30,<2025.0.0" +yt-dlp = ">=2023.12.30,<2026.0.0" [tool.poetry.group.dev] optional = true