From 2dfdb0acd730693494cbc7d49d42bbac28c81303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:07:07 +0000 Subject: [PATCH] ytm: bump the all-packages group across 1 directory with 2 updates Bumps the all-packages group with 2 updates in the /ytm directory: [ytmusicapi](https://github.com/sigma67/ytmusicapi) and [idna](https://github.com/kjd/idna). Updates `ytmusicapi` from 1.11.5 to 1.12.0 - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.11.5...1.12.0) Updates `idna` from 3.13 to 3.14 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.14) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: ytmusicapi dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages ... Signed-off-by: dependabot[bot] --- ytm/poetry.lock | 14 +++++++------- ytm/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ytm/poetry.lock b/ytm/poetry.lock index 02d1086..f655ac3 100644 --- a/ytm/poetry.lock +++ b/ytm/poetry.lock @@ -226,14 +226,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "idna" -version = "3.13" +version = "3.14" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "idna-3.13-py3-none-any.whl", hash = "sha256:892ea0cde124a99ce773decba204c5552b69c3c67ffd5f232eb7696135bc8bb3"}, - {file = "idna-3.13.tar.gz", hash = "sha256:585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242"}, + {file = "idna-3.14-py3-none-any.whl", hash = "sha256:e677eaf072e290f7b725f9acf0b3a2bd55f9fd6f7c70abe5f0e34823d0accf69"}, + {file = "idna-3.14.tar.gz", hash = "sha256:466d810d7a2cc1022bea9b037c39728d51ae7dad40d480fc9b7d7ecf98ba8ee3"}, ] [package.extras] @@ -357,14 +357,14 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [[package]] name = "ytmusicapi" -version = "1.11.5" +version = "1.12.0" description = "Unofficial API for YouTube Music" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "ytmusicapi-1.11.5-py3-none-any.whl", hash = "sha256:f6b1e031408cce45bef207bfda449e3ecf548f7c4ff0c091c575d4a27eb21da6"}, - {file = "ytmusicapi-1.11.5.tar.gz", hash = "sha256:48f35901291c8af9934ec0aa9cd6b9fd1a19c543f843c39c9e8b396356b47801"}, + {file = "ytmusicapi-1.12.0-py3-none-any.whl", hash = "sha256:4130a3a7a0ab56eeeff33b343c8cf4a2f4ea14c206d96c221a7646ab0e61ebc8"}, + {file = "ytmusicapi-1.12.0.tar.gz", hash = "sha256:9a466e633c43e90025b4c3dfa862f0f5677af4eacc8d2052ef9fc8f48cd65140"}, ] [package.dependencies] @@ -373,4 +373,4 @@ requests = ">=2.22" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "67eea48927dbe96994822681cd75f8361be603fa74e419cdb8b25d1df1eff75f" +content-hash = "6777319b12331b41c3b6fd9217930cf2d5134b6f32c29ce2bc0d69b7fc4a1cb8" diff --git a/ytm/pyproject.toml b/ytm/pyproject.toml index 9ff07a3..f4eede8 100644 --- a/ytm/pyproject.toml +++ b/ytm/pyproject.toml @@ -11,7 +11,7 @@ authors = [] playwright = "^1.58.0" python = "^3.12" yt-dlp = ">=2025.1.26" # https://github.com/ytdl-org/youtube-dl/issues/29494 -ytmusicapi = "^1.11.5" +ytmusicapi = "^1.12.0" [tool.poetry.scripts] ytm = "ytm.__main__:main"