From 159343c1c3cb4c440c95bf8ce2550cc7f298de4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:03:54 +0000 Subject: [PATCH] Update youtube-dl requirement from >=2021.1.8 to >=2021.12.17 Updates the requirements on [youtube-dl](https://github.com/ytdl-org/youtube-dl) to permit the latest version. - [Release notes](https://github.com/ytdl-org/youtube-dl/releases) - [Changelog](https://github.com/ytdl-org/youtube-dl/blob/master/ChangeLog) - [Commits](https://github.com/ytdl-org/youtube-dl/compare/2021.01.08...2021.12.17) --- updated-dependencies: - dependency-name: youtube-dl dependency-version: 2021.12.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 cd49379..764c535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ psutil srt sqlalchemy configobj -youtube-dl>=2021.1.8 +youtube-dl>=2021.12.17 beautifulsoup4 html5lib tablib