Skip to content

Commit

Permalink
Bump ytmusicapi from 1.5.1 to 1.5.2 (#1072)
Browse files Browse the repository at this point in the history
* Bump ytmusicapi from 1.5.1 to 1.5.2

Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](sigma67/ytmusicapi@1.5.1...1.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update manifest.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
dependabot[bot] and marcelveldt authored Feb 13, 2024
1 parent e401b3e commit b3f99a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/ytmusic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "YouTube Music",
"description": "Support for the YouTube Music streaming provider in Music Assistant.",
"codeowners": ["@MarvinSchenkel"],
"requirements": ["ytmusicapi==1.5.1", "git+https://github.com/MarvinSchenkel/pytube.git"],
"requirements": ["ytmusicapi==1.5.2", "git+https://github.com/MarvinSchenkel/pytube.git"],
"documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/606",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tidalapi==0.7.4
unidecode==1.3.8
uvloop==0.19.0
xmltodict==0.13.0
ytmusicapi==1.5.1
ytmusicapi==1.5.2
zeroconf==0.131.0

0 comments on commit b3f99a6

Please sign in to comment.