From 3e6b8c72ce355d186494ac3bcb0f7b18ae69819f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:19:24 +0000 Subject: [PATCH] Bump yt-dlp from 2025.6.9 to 2025.6.25 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.6.9 to 2025.6.25. - [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/2025.06.09...2025.06.25) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.6.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa678a9..6431dca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -231,14 +231,14 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [[package]] name = "yt-dlp" -version = "2025.6.9" +version = "2025.6.25" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "yt_dlp-2025.6.9-py3-none-any.whl", hash = "sha256:ebdfda9ffa807f6a26aed7c8f906e5557cd06b4c388dc547df1ec2078631fca8"}, - {file = "yt_dlp-2025.6.9.tar.gz", hash = "sha256:751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac"}, + {file = "yt_dlp-2025.6.25-py3-none-any.whl", hash = "sha256:1eb31c9a47d56c7433be23a6ae084c640bd4e14961ad43076927ef05280871ea"}, + {file = "yt_dlp-2025.6.25.tar.gz", hash = "sha256:242b648e1a18ab04bdd4cc175a317fe8ec3ad7d0175eee9f981912624b3d6c8b"}, ] [package.extras] @@ -254,4 +254,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "391569e0a5b04e1c3091e69d0612589e1fa5bff37de2d5d449bdd377fab60617" +content-hash = "70260598be22a2eafb131398c8df4aabc31fb0da5826d81e60f54e9f60daacaf" diff --git a/pyproject.toml b/pyproject.toml index 4f80941..a5cdc86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.32.4" -yt-dlp = "^2025.6.9" +yt-dlp = "^2025.6.25" loguru = "^0.7.3" unidecode = "^1.4.0"