diff --git a/poetry.lock b/poetry.lock index de558a1..d13c468 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "brotli" @@ -500,13 +500,13 @@ files = [ [[package]] name = "yt-dlp" -version = "2023.12.30" -description = "A youtube-dl fork with additional features and patches" +version = "2024.4.9" +description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt-dlp-2023.12.30.tar.gz", hash = "sha256:a11862e57721b0a0f0883dfeb5a4d79ba213a2d4c45e1880e9fd70f8e6570c38"}, - {file = "yt_dlp-2023.12.30-py2.py3-none-any.whl", hash = "sha256:c00d9a71d64472ad441bcaa1ec0c3797d6e60c9f934f270096a96fe51657e7b3"}, + {file = "yt_dlp-2024.4.9-py3-none-any.whl", hash = "sha256:d6ff6798bd114cc48763564fcb2f296464ec1604f731e69b07a8814c89b170a2"}, + {file = "yt_dlp-2024.4.9.tar.gz", hash = "sha256:7ee90572b4d313b582b99c89e4eccf779b57ff54edc331873c6b3fba77faa8b0"}, ] [package.dependencies] @@ -519,7 +519,15 @@ requests = ">=2.31.0,<3" urllib3 = ">=1.26.17,<3" websockets = ">=12.0" +[package.extras] +build = ["build", "hatchling", "pip", "wheel"] +curl-cffi = ["curl-cffi (==0.5.10)"] +dev = ["flake8", "isort", "pytest"] +py2exe = ["py2exe (>=0.12)"] +pyinstaller = ["pyinstaller (==5.13.2)", "pyinstaller (>=6.3)"] +secretstorage = ["cffi", "secretstorage"] + [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "82c3833dc804a540e57dd38d7c7111229d4046b896f3f1f1fc427a0a4f4eff25" +content-hash = "a2c4dc65878dd34a24f263dfc9441fb0db44666cee75448993cd89ffed0b9bc9" diff --git a/pyproject.toml b/pyproject.toml index d148232..efa98ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -yt-dlp = "^2023.12.30" +yt-dlp = "^2024.4.9" [build-system]