From 30ca8a60ced3a9962ce198e4b61daaef8372b64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:46:00 +0000 Subject: [PATCH] Bump yt-dlp from 2024.10.7 to 2024.10.22 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.10.7 to 2024.10.22. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.10.07...2024.10.22) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a4f13d0..152d458 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1145,13 +1145,13 @@ multidict = ">=4.0" [[package]] name = "yt-dlp" -version = "2024.10.7" +version = "2024.10.22" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.10.7-py3-none-any.whl", hash = "sha256:9e336ae663bfd7ad3ea1c02e722747388172719efc0fc39a807dace3073aa704"}, - {file = "yt_dlp-2024.10.7.tar.gz", hash = "sha256:0baf1ab517c9748d7e337ced91c5543c36fc16246a9ebedac32ebf20c1998ceb"}, + {file = "yt_dlp-2024.10.22-py3-none-any.whl", hash = "sha256:ba166602ebe22a220e4dc1ead45bf00eb469ed812b22f4fb8bb54734f9b02084"}, + {file = "yt_dlp-2024.10.22.tar.gz", hash = "sha256:47b82a1fd22411b5c95ef2f0a1ae1af4e6dfd736ea99fdb2a0ea41445abc62ba"}, ] [package.dependencies] @@ -1168,7 +1168,6 @@ websockets = ">=13.0" 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)"] dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)", "ruff (>=0.6.0,<0.7.0)"] -py2exe = ["py2exe (>=0.12)"] pyinstaller = ["pyinstaller (>=6.10.0)"] secretstorage = ["cffi", "secretstorage"] static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.6.0,<0.7.0)"] @@ -1177,4 +1176,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "171803d51d6eec26ffe0b6ba6599e01f84689ccae84e62f424fa4f7d030141f7" +content-hash = "883ff8b1cdecc457bab0bc64828346579bb2e2ffe3d50ce500efbb02086cb61c" diff --git a/pyproject.toml b/pyproject.toml index 15de32f..290c668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python = "^3.12" disnake = {extras = ["voice"], version = "^2.9.2"} python-decouple = "^3.8" spotipy = "^2.24.0" -yt-dlp = "^2024.10.7" +yt-dlp = "^2024.10.22" async-timeout = "^4.0.3" [tool.poetry.group.dev.dependencies]