From 30f94f1cb85ca5c2f6a3f626c169f099c263f87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:33:44 +0000 Subject: [PATCH] Update youtube-search requirement from >=1.1.1 to >=2.2.0 Updates the requirements on [youtube-search](https://github.com/joetats/youtube_search) to permit the latest version. - [Commits](https://github.com/joetats/youtube_search/commits) --- updated-dependencies: - dependency-name: youtube-search dependency-version: 2.2.0 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 0226c10..e7f9835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ python-barcode python-dotenv youtube-dl>=2021.1.8 youtube-search-python>=1.3.2 -youtube-search>=1.1.1 +youtube-search>=2.2.0 pytz qrcode requests>=2.18.4