From acc5eb8b236116e2191bbde196d535e006fd1f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:24:34 +0000 Subject: [PATCH] Bump yt-dlp from 2025.6.25 to 2025.6.30 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.6.25 to 2025.6.30. - [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.25...2025.06.30) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.6.30 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 6431dca..4f9468a 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.25" +version = "2025.6.30" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "yt_dlp-2025.6.25-py3-none-any.whl", hash = "sha256:1eb31c9a47d56c7433be23a6ae084c640bd4e14961ad43076927ef05280871ea"}, - {file = "yt_dlp-2025.6.25.tar.gz", hash = "sha256:242b648e1a18ab04bdd4cc175a317fe8ec3ad7d0175eee9f981912624b3d6c8b"}, + {file = "yt_dlp-2025.6.30-py3-none-any.whl", hash = "sha256:541becc29ed7b7b3a08751c0a66da4b7f8ee95cb81066221c78e83598bc3d1f3"}, + {file = "yt_dlp-2025.6.30.tar.gz", hash = "sha256:6d0ae855c0a55bfcc28dffba804ec8525b9b955d34a41191a1561a4cec03d8bd"}, ] [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 = "70260598be22a2eafb131398c8df4aabc31fb0da5826d81e60f54e9f60daacaf" +content-hash = "6d018569c32c0efc8c1c83d9b2d1b2edbad70a016bdf673e4eb10b30bf940c80" diff --git a/pyproject.toml b/pyproject.toml index a5cdc86..d2ec070 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.25" +yt-dlp = "^2025.6.30" loguru = "^0.7.3" unidecode = "^1.4.0"