Merge pull request #101 from Alexander-D-Karpov/dependabot/pip/ytmusicapi-0.25.2

Bump ytmusicapi from 0.25.1 to 0.25.2
This commit is contained in:
Alexander Karpov 2023-04-06 00:35:30 +03:00 committed by GitHub
commit eb2aa30692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -4681,14 +4681,14 @@ multidict = ">=4.0"
[[package]]
name = "ytmusicapi"
version = "0.25.1"
version = "0.25.2"
description = "Unofficial API for YouTube Music"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "ytmusicapi-0.25.1-py3-none-any.whl", hash = "sha256:11f3df5ac5b2ccb125bd883abf321a614ef97b5ec4b7e56cc856be299d4c8358"},
{file = "ytmusicapi-0.25.1.tar.gz", hash = "sha256:b9cfdf8037ad4986824737dfd12cdf6d186cdd368aadf13687aae85a4923f324"},
{file = "ytmusicapi-0.25.2-py3-none-any.whl", hash = "sha256:3d47a8803dceeb0289c7cf29a0317c5d6051d0b7c28fda067f6abb001746f7ac"},
{file = "ytmusicapi-0.25.2.tar.gz", hash = "sha256:aa3165100ff5c0e1f49f9a046312f878c31eea83fde14af0707e3368ae923fe4"},
]
[package.dependencies]
@ -4748,4 +4748,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "21087ca6bf8f65f8bd291e646de14cc61cc88e4b1a399ed7c7f5a965ec78b801"
content-hash = "4483e1fffe1002d470bd1f4e410edeac856662dbdc00c2c147122e3361b0dc76"

View File

@ -75,7 +75,7 @@ preview-generator = "^0.29"
uuid = "^1.30"
mutagen = "^1.46.0"
pytube = "^12.1.3"
ytmusicapi = "^0.25.1"
ytmusicapi = "^0.25.2"
pydub = "^0.25.1"
python-mpd2 = "^3.0.5"
spotipy = "^2.22.1"