Bump yandex-music from 2.1.0 to 2.1.1

Bumps [yandex-music](https://github.com/MarshalX/yandex-music-api) from 2.1.0 to 2.1.1.
- [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)

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

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

6
poetry.lock generated
View File

@ -5538,13 +5538,13 @@ files = [
[[package]]
name = "yandex-music"
version = "2.1.0"
version = "2.1.1"
description = "Неофициальная Python библиотека для работы с API сервиса Яндекс.Музыка."
category = "main"
optional = false
python-versions = "~=3.7"
files = [
{file = "yandex-music-2.1.0.tar.gz", hash = "sha256:6211e8ffe0bad8d79815578a1cd86ee45630784f93c5f5ec73bf2228b7ab27ba"},
{file = "yandex-music-2.1.1.tar.gz", hash = "sha256:57b7d48917992bf3696070b4f0b2f51d5e24c35c0af522f08c4e1e00c3e9d4f0"},
]
[package.dependencies]
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e6fd923155ae46eadd4c2c05ada6f4e97658ee6bdb71c4468754043e40b08520"
content-hash = "52f3bdcc87f6d64b338a3b6d704564ec3231df5185626037ef4a4ec3267c94b1"

View File

@ -78,7 +78,7 @@ pytube = "^12.1.3"
ytmusicapi = "^1.0.2"
pydub = "^0.25.1"
python-mpd2 = "^3.0.5"
yandex-music = "^2.1.0"
yandex-music = "^2.1.1"
pyjwt = "^2.7.0"
rawpy = "^0.18.1"
xvfbwrapper = "^0.2.9"