From 84e5eee3675ab8f920fa6473b83e8d5572f9c59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:03:28 +0000 Subject: [PATCH] Update youtube-dl requirement from >=2021.6.6 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.06.06...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 c04b657f..5a0d9958 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pypng>=0.0.20 pyzbar>=0.1.8 emoji>=1.2.0 email-validator>=1.1.3 -youtube_dl>=2021.6.6 +youtube_dl>=2021.12.17 PyYAML>=5.4.1 redis>=3.5.3 coloredlogs>=15.0.1