From 17c812cc006c2ee4ec5dcc672b3a1a06db1d9f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:09:45 +0000 Subject: [PATCH] build(deps): bump yt-dlp from 2023.12.30 to 2024.4.9 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.12.30 to 2024.4.9. - [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/2023.12.30...2024.04.09) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae3977d..cf37311 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 = "aiodns" @@ -1631,13 +1631,13 @@ multidict = ">=4.0" [[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] @@ -1650,10 +1650,18 @@ 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"] + [extras] speed = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f70b33340b86734e144b088df9ffb7bafcfcbf708a9b4aa0c147afcd752df8c1" +content-hash = "3adf2084c216614a140f2f012875a68e6b17e3c6832dd4ef2f21dd0ae55a42e9" diff --git a/pyproject.toml b/pyproject.toml index b323730..426cc7e 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 = "^2023.11.14" +yt-dlp = "^2024.4.9" pyyaml = "^6.0.1" [tool.poetry.dev-dependencies]