From e65290998f3929cb7b654fa125f45e6b87558184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 19:43:06 +0000 Subject: [PATCH] chore(deps): bump yt-dlp in /backend/restaurant-crawling/scripts Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2026.6.9 to 2026.7.4. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2026.06.09...2026.07.04) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.7.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/restaurant-crawling/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/restaurant-crawling/scripts/requirements.txt b/backend/restaurant-crawling/scripts/requirements.txt index d3f926bfc5..31c524815b 100644 --- a/backend/restaurant-crawling/scripts/requirements.txt +++ b/backend/restaurant-crawling/scripts/requirements.txt @@ -1,6 +1,6 @@ google-api-python-client==2.196.0 python-dotenv==1.2.2 -yt-dlp[default]==2026.6.9 +yt-dlp[default]==2026.7.4 pyyaml==6.0.3 openai==2.38.0 requests==2.34.2