From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 03:39:24 +0000 (+0100) Subject: Bump async-upnp-client from 0.36.2 to 0.38.0 (#974) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=43863a30fd685056b25510f4cc3fe81d292eb9e8;p=music-assistant-server.git Bump async-upnp-client from 0.36.2 to 0.38.0 (#974) * Bump async-upnp-client from 0.36.2 to 0.38.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.36.2 to 0.38.0. - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.36.2...0.38.0) --- updated-dependencies: - dependency-name: async-upnp-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update manifest.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel van der Veldt --- diff --git a/music_assistant/server/providers/dlna/manifest.json b/music_assistant/server/providers/dlna/manifest.json index e19f7b07..f77cf1ff 100644 --- a/music_assistant/server/providers/dlna/manifest.json +++ b/music_assistant/server/providers/dlna/manifest.json @@ -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.36.2"], + "requirements": ["async-upnp-client==0.38.0"], "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/1139", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index 16f7eb8c..bbcd2138 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -7,7 +7,7 @@ aiohttp==3.9.1 aiorun==2023.7.2 aioslimproto==2.3.3 aiosqlite==0.19.0 -async-upnp-client==0.36.2 +async-upnp-client==0.38.0 asyncio-throttle==1.0.2 colorlog==6.8.0 cryptography==41.0.7