Skip to content

Commit

Permalink
Bump async-upnp-client from 0.34.1 to 0.36.2 (#937)
Browse files Browse the repository at this point in the history
* Bump async-upnp-client from 0.34.1 to 0.36.2

Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.34.1 to 0.36.2.
- [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst)
- [Commits](StevenLooman/async_upnp_client@0.34.1...0.36.2)

---
updated-dependencies:
- dependency-name: async-upnp-client
  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 Dec 4, 2023
1 parent 9bda1d6 commit 4db2d42
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/dlna/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "UPnP/DLNA Player provider",
"description": "Support for players that are compatible with the UPnP/DLNA (DMR) standard.",
"codeowners": ["@music-assistant"],
"requirements": ["async-upnp-client==0.34.1"],
"requirements": ["async-upnp-client==0.36.2"],
"documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/1139",
"multi_instance": false,
"builtin": false,
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aiohttp==3.9.0
aiorun==2023.7.2
aioslimproto==2.3.3
aiosqlite==0.19.0
async-upnp-client==0.34.1
async-upnp-client==0.36.2
asyncio-throttle==1.0.2
colorlog==6.7.0
cryptography==41.0.6
Expand Down

0 comments on commit 4db2d42

Please sign in to comment.