Skip to content

Commit

Permalink
Bump ytmusicapi from 1.3.2 to 1.4.2 (#993)
Browse files Browse the repository at this point in the history
* Bump ytmusicapi from 1.3.2 to 1.4.2

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

---
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

---------

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 Jan 8, 2024
1 parent d6b7ae2 commit bf1db0a
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.3.2", "git+https://github.com/MarvinSchenkel/pytube.git"],
"requirements": ["ytmusicapi==1.4.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 @@ -33,5 +33,5 @@ tidalapi==0.7.3
unidecode==1.3.7
uvloop==0.19.0
xmltodict==0.13.0
ytmusicapi==1.3.2
ytmusicapi==1.4.2
zeroconf==0.131.0

0 comments on commit bf1db0a

Please sign in to comment.