Skip to content

Commit

Permalink
Bump ytmusicapi from 1.5.3 to 1.6.0 (#1133)
Browse files Browse the repository at this point in the history
* Bump ytmusicapi from 1.5.3 to 1.6.0

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

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

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

* Update manifest.json

* 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: Marvin Schenkel <[email protected]>
  • Loading branch information
dependabot[bot] and MarvinSchenkel authored Mar 13, 2024
1 parent 9531797 commit ecdf84a
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.3", "git+https://github.com/MarvinSchenkel/pytube.git"],
"requirements": ["ytmusicapi==1.6.0", "git+https://github.com/MarvinSchenkel/pytube.git"],
"documentation": "https://music-assistant.io/music-providers/youtube-music/",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ tidalapi==0.7.4
unidecode==1.3.8
uvloop==0.19.0
xmltodict==0.13.0
ytmusicapi==1.5.3
ytmusicapi==1.6.0
zeroconf==0.131.0

0 comments on commit ecdf84a

Please sign in to comment.