From a66118f9f9a727c8f897b28fdeabd09b945152b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:57:50 +0000 Subject: [PATCH] Bump youtube-search from 2.1.2 to 2.2.0 Bumps [youtube-search](https://github.com/joetats/youtube_search) from 2.1.2 to 2.2.0. - [Commits](https://github.com/joetats/youtube_search/commits) --- updated-dependencies: - dependency-name: youtube-search dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb537f73..a7e626ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ parrot-fs = "parrot.transport.filesystem.cli:main" agents = [ "sentence_transformers==5.0.0", "yfinance==0.2.54", - "youtube_search==2.1.2", + "youtube_search==2.2.0", "wikipedia==1.4.0", "mediawikiapi==1.2", "pyowm==3.3.0", @@ -160,7 +160,7 @@ charts = [ # Lightweight agents (no spacy, prophet, autoviz, playwright - they compile from source) agents-lite = [ "yfinance==0.2.54", - "youtube_search==2.1.2", + "youtube_search==2.2.0", "wikipedia==1.4.0", "mediawikiapi==1.2", "pyowm==3.3.0", @@ -245,7 +245,7 @@ mcp = [ "google-genai>=1.61.0", "openai==2.8.1", "yfinance==0.2.54", - "youtube_search==2.1.2", + "youtube_search==2.2.0", "wikipedia==1.4.0", "mediawikiapi==1.2", "pyowm==3.3.0",