Bump yandex-music from 2.0.1 to 2.1.0

Bumps [yandex-music](https://github.com/MarshalX/yandex-music-api) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/MarshalX/yandex-music-api/releases)
- [Changelog](https://github.com/MarshalX/yandex-music-api/blob/main/CHANGES.md)
- [Commits](https://github.com/MarshalX/yandex-music-api/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: yandex-music
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-24 15:17:48 +00:00 committed by GitHub
parent c6153b4eaf
commit ff3d06662a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
poetry.lock generated
View File

@ -3452,6 +3452,7 @@ files = [
{file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"},
{file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"},
{file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"},
{file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"},
{file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"},
{file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"},
{file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"},
@ -5526,13 +5527,13 @@ files = [
[[package]]
name = "yandex-music"
version = "2.0.1"
version = "2.1.0"
description = "Неофициальная Python библиотека для работы с API сервиса Яндекс.Музыка."
category = "main"
optional = false
python-versions = "~=3.7"
files = [
{file = "yandex-music-2.0.1.tar.gz", hash = "sha256:d01f35d72aa0a6deca474566fff18109af7fcc8ef0377876e6c83da1ae096671"},
{file = "yandex-music-2.1.0.tar.gz", hash = "sha256:6211e8ffe0bad8d79815578a1cd86ee45630784f93c5f5ec73bf2228b7ab27ba"},
]
[package.dependencies]
@ -5697,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "c065bd831f46b58518895fa101821a580bebe3f7792348ca31d6a4fb4aab2b82"
content-hash = "2338225a40b5062c7c14740799b6817a33a774d4676baac8609d950091cae084"

View File

@ -78,7 +78,7 @@ pytube = "^12.1.3"
ytmusicapi = "^0.25.2"
pydub = "^0.25.1"
python-mpd2 = "^3.0.5"
yandex-music = "^2.0.1"
yandex-music = "^2.1.0"
pyjwt = "^2.6.0"
rawpy = "^0.18.0"
xvfbwrapper = "^0.2.9"