From d4f6a81b262867afa36ff0f53d880ffac4833699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:51:22 +0000 Subject: [PATCH] Update yt-dlp requirement from >=2025.1.15 to >=2026.3.17 Updates the requirements on [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version. - [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/2025.01.15...2026.03.17) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.3.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6faa3ef..3a48e67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ feedparser>=6.0.11 Mastodon.py>=1.8.1 requests>=2.32.3 -yt-dlp>=2025.1.15 +yt-dlp>=2026.3.17