From b1b9d9855f6c0f40c0263a1e55869ad1b3f981c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:01:41 +0000 Subject: [PATCH] build(deps): bump yt-dlp from 2024.4.9 to 2025.10.22 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.4.9 to 2025.10.22. - [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.10.22) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.10.22 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..3045089 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.10.22 coverage==6.5.0 coveralls==3.3.1 diff --git a/requirements.txt b/requirements.txt index 46d8fd3..7693484 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.10.22 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