From d3a156459dae00a8aab14582d0244abcc2284e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:17:37 +0000 Subject: [PATCH] Bump ytmusicapi from 1.3.2 to 1.4.2 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.3.2 to 1.4.2. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.3.2...1.4.2) --- 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..9615118 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.4.2" 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.4.2-py3-none-any.whl", hash = "sha256:79e824c1a8a796e3d3dc35fd7fc295a1cb87700a686394d4d7e9b0ba22e5ddb3"}, + {file = "ytmusicapi-1.4.2.tar.gz", hash = "sha256:7a0e528eccd304fa9f4d2066860eaf3b50fc1c24b4a56162e17a52a225658582"}, ] [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"