Skip to content

Commit

Permalink
Bump plexapi from 4.15.9 to 4.15.10 (#1134)
Browse files Browse the repository at this point in the history
* Bump plexapi from 4.15.9 to 4.15.10

Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.9 to 4.15.10.
- [Release notes](https://github.com/pkkid/python-plexapi/releases)
- [Commits](pkkid/python-plexapi@4.15.9...4.15.10)

---
updated-dependencies:
- dependency-name: plexapi
  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 Mar 22, 2024
1 parent 7c0adfa commit eee9101
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions music_assistant/server/providers/plex/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"domain": "plex",
"name": "Plex Media Server Library",
"description": "Support for the Plex streaming provider in Music Assistant.",
"codeowners": ["@micha91"],
"requirements": ["plexapi==4.15.9"],
"codeowners": [
"@micha91"
],
"requirements": [
"plexapi==4.15.10"
],
"documentation": "https://music-assistant.io/music-providers/plex/",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ memory-tempfile==2.2.3
music-assistant-frontend==2.3.3
orjson==3.9.15
pillow==10.2.0
plexapi==4.15.9
plexapi==4.15.10
py-opensonic>=5.0.5
pyatv==0.14.5
PyChromecast==14.0.1
Expand Down

0 comments on commit eee9101

Please sign in to comment.