From a57fd59b48d399f1fa70b2cf21a2fa47dde9790c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:47:45 +0000 Subject: [PATCH] Bump ytmusicapi from 1.3.2 to 1.5.1 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.3.2 to 1.5.1. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.3.2...1.5.1) --- updated-dependencies: - dependency-name: ytmusicapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 77f008a..db570b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -280,21 +280,18 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "ytmusicapi" -version = "1.3.2" +version = "1.5.1" description = "Unofficial API for YouTube Music" optional = false python-versions = ">=3.8" files = [ - {file = "ytmusicapi-1.3.2-py3-none-any.whl", hash = "sha256:c6418ac5e708d21547556a84534aef5034dfa3ba57bb07ef70a8211cf593cab0"}, - {file = "ytmusicapi-1.3.2.tar.gz", hash = "sha256:7ed58c1b80b24450955a43b4aceadb3c9e49cd1b3758f7d5bf1c7fb875bdfd5b"}, + {file = "ytmusicapi-1.5.1-py3-none-any.whl", hash = "sha256:a288434292e5b98d84bf137ec9834d8e1367f712d741c2d2d3f29b373c7319f8"}, + {file = "ytmusicapi-1.5.1.tar.gz", hash = "sha256:3c9bf092a1142d880299c7e8d50a7f2c277337001798823011876939cf53395b"}, ] [package.dependencies] requests = ">=2.22" -[package.extras] -dev = ["coverage", "flake8", "pre-commit", "sphinx", "sphinx-rtd-theme", "yapf"] - [metadata] lock-version = "2.0" python-versions = "^3.11"