diff --git a/poetry.lock b/poetry.lock index 054f85e..3c802bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1629,13 +1629,13 @@ multidict = ">=4.0" [[package]] name = "yt-dlp" -version = "2024.7.1" +version = "2024.7.7" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.7.1-py3-none-any.whl", hash = "sha256:2479540f7a7bdea30258c7a46dfbd96e0904e706247db95c94bfa5a04239698a"}, - {file = "yt_dlp-2024.7.1.tar.gz", hash = "sha256:eb0019474ffde6979378c07555fa01173cf55bde90b172a0181b5716793aaef2"}, + {file = "yt_dlp-2024.7.7-py3-none-any.whl", hash = "sha256:2e90abeadc0199c787b1b4a3e0a1c8ed9d7c9f824f58da88467a1b30ed745e07"}, + {file = "yt_dlp-2024.7.7.tar.gz", hash = "sha256:2a0f89423d25d47db949925db5bd2c6f651960ae93dbbf5b3ed61cf3a4078ce5"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ speed = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f9387e95242af8d3db966a91af53eaee2201f5d757122154f204fa471499b7d6" +content-hash = "717366fb9b12005eb6903afac8c87c0f3b1fcdcee74ce931ac9768141deab1f9" diff --git a/pyproject.toml b/pyproject.toml index 3589c80..429739c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ taskipy = "^1.10.1" python-dotenv = "^0.19.2" shazamio = "^0.1.0" asyncstdlib = "^3.10.4" -yt-dlp = "^2024.7.1" +yt-dlp = "^2024.7.7" pyyaml = "^6.0.1" [tool.poetry.dev-dependencies]