From 98bea91798106e9f00c54622ee2158239133eded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:14:18 +0000 Subject: [PATCH] Bump yt-dlp from 2026.2.21 to 2026.3.3 in the all-dependencies group Bumps the all-dependencies group with 1 update: [yt-dlp](https://github.com/yt-dlp/yt-dlp). Updates `yt-dlp` from 2026.2.21 to 2026.3.3 - [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.02.21...2026.03.03) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... 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 1aab285..ef9302b 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.2.21" +version = "2026.3.3" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "yt_dlp-2026.2.21-py3-none-any.whl", hash = "sha256:0d8408f5b6d20487f5caeb946dfd04f9bcd2f1a3a125b744a0a982b590e449f7"}, - {file = "yt_dlp-2026.2.21.tar.gz", hash = "sha256:4407dfc1a71fec0dee5ef916a8d4b66057812939b509ae45451fa8fb4376b539"}, + {file = "yt_dlp-2026.3.3-py3-none-any.whl", hash = "sha256:166c6e68c49ba526474bd400e0129f58aa522c2896204aa73be669c3d2f15e63"}, + {file = "yt_dlp-2026.3.3.tar.gz", hash = "sha256:3db7969e3a8964dc786bdebcffa2653f31123bf2a630f04a17bdafb7bbd39952"}, ] [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 = "88c4d48b81f4b8cdf7a1ab79734241ac6e30db24d3692038c0b30fcbd9a4a815" +content-hash = "7a9aa75feb5b1340d09663a61fb65bc40c127bd7915d6796d5d1f37ed74a3900" diff --git a/pyproject.toml b/pyproject.toml index 6bd3780..e33bf0e 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.2.21" +yt-dlp = "^2026.3.3" loguru = "^0.7.3" unidecode = "^1.4.0"