From 07fafa7e850473213aa6bd358b006ff85a53f63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:31:07 +0000 Subject: [PATCH] pip stable: bump ytmusicapi from 1.9.1 to 1.10.1 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.9.1 to 1.10.1. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.9.1...1.10.1) --- updated-dependencies: - dependency-name: ytmusicapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9846521..5c372b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dependencies = [ "click==8.1.8", - "ytmusicapi==1.9.1", + "ytmusicapi==1.10.1", "requests==2.32.3", "tzdata==2025.1", "lxml==5.3.0",