From 6064f4a29a024540dc32048b6ff4fbfd6b8b79da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:19:04 +0000 Subject: [PATCH] Bump yt-dlp from 2026.1.31 to 2026.2.4 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2026.1.31 to 2026.2.4. - [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/2026.01.31...2026.02.04) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16126a2..5ebe334 100644 --- a/poetry.lock +++ b/poetry.lock @@ -231,14 +231,14 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [[package]] name = "yt-dlp" -version = "2026.1.31" +version = "2026.2.4" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "yt_dlp-2026.1.31-py3-none-any.whl", hash = "sha256:81f8e70c0d111b9572420cfea0ba9b4c2ae783fa1a4237fa767eeb777d4c5a58"}, - {file = "yt_dlp-2026.1.31.tar.gz", hash = "sha256:16767a3172cbb7183199f4db19e34b77b19e030ab7101b8f26d6c9e6af6f42ae"}, + {file = "yt_dlp-2026.2.4-py3-none-any.whl", hash = "sha256:d6ea83257e8127a0097b1d37ee36201f99a292067e4616b2e5d51ab153b3dbb9"}, + {file = "yt_dlp-2026.2.4.tar.gz", hash = "sha256:24733ef081116f29d8ee6eae7a48127101e6c56eb7aa228dd604a60654760022"}, ] [package.extras] @@ -256,4 +256,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "0d08c5b2dc5552b5d2ed5f4c1ae786e2c77be5fc18b42baed5729eaf1fa3f8b0" +content-hash = "db491ec47395bfdfe5ac4bb9e8adfda888b3d7a3b4373385427803c9bfb7f525" diff --git a/pyproject.toml b/pyproject.toml index 6084c24..4264a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.32.5" -yt-dlp = "^2026.1.31" +yt-dlp = "^2026.2.4" loguru = "^0.7.3" unidecode = "^1.4.0"