diff --git a/poetry.lock b/poetry.lock index 933ccd6..1b84f57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -554,13 +554,13 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [[package]] name = "yt-dlp" -version = "2024.8.1" +version = "2024.8.6" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.8.1-py3-none-any.whl", hash = "sha256:d0d927038e30a05f6eab26ff6189628456ea21bb159a3d9dc2e855eef2810eac"}, - {file = "yt_dlp-2024.8.1.tar.gz", hash = "sha256:4318aa523694611562f01419c8d526b662a72df34ef8ba454016b34c8366c158"}, + {file = "yt_dlp-2024.8.6-py3-none-any.whl", hash = "sha256:ab507ff600bd9269ad4d654e309646976778f0e243eaa2f6c3c3214278bb2922"}, + {file = "yt_dlp-2024.8.6.tar.gz", hash = "sha256:e8551f26bc8bf67b99c12373cc87ed2073436c3437e53290878d0f4b4bb1f663"}, ] [package.dependencies] @@ -586,4 +586,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1a62cd37f993b5f70a6956a06b96425c83a58cd3463d6502ec55b62563b2783a" +content-hash = "0fd1d58f8be5123fc516196e234fc808ace98948d42c5ec5dd76fac86ab8199c" diff --git a/pyproject.toml b/pyproject.toml index 5125817..296d5ff 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 = "^2024.8.1" +yt-dlp = "^2024.8.6" loguru = "^0.7.2" unidecode = "^1.3.8"