From 0b97671099e80ed5de3d02bb5f49e295cb916a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:01:46 +0000 Subject: [PATCH] build(deps): bump yt-dlp from 2024.4.9 to 2025.9.5 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.4.9 to 2025.9.5. - [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/2024.04.09...2025.09.05) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.9.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index be1d20c..6b9945f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ pyyaml==6.0.1 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability SpeechRecognition==3.9.0 youtube-transcript-api==0.6.2 -yt-dlp==2024.4.9 +yt-dlp==2025.9.5 coverage==6.5.0 coveralls==3.3.1 diff --git a/requirements.txt b/requirements.txt index 46d8fd3..1e698cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pyyaml==6.0.1 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability SpeechRecognition==3.9.0 youtube-transcript-api==0.6.2 -yt-dlp==2024.4.9 +yt-dlp==2025.9.5 aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability