From 05768554e048e6829326f1fe6538d5397f0afa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:49:34 +0000 Subject: [PATCH] chore(deps): update youtube-transcript-api requirement in /backend Updates the requirements on [youtube-transcript-api](https://github.com/jdepoix/youtube-transcript-api) to permit the latest version. - [Release notes](https://github.com/jdepoix/youtube-transcript-api/releases) - [Commits](https://github.com/jdepoix/youtube-transcript-api/compare/v1.0.0...v1.2.4) --- updated-dependencies: - dependency-name: youtube-transcript-api dependency-version: 1.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d7cafe2..1d156ef 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ fastapi>=0.115.6 uvicorn[standard]>=0.30.6 # python-multipart < 0.0.18 has a DoS CVE (GHSA-2jv5-9r88-3w3p / 59gj). python-multipart>=0.0.18 -youtube-transcript-api>=1.0.0 +youtube-transcript-api>=1.2.4 google-genai>=1.0.0 python-dotenv>=1.0.0 httpx>=0.27.0