From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:00:29 +0000 (+0100) Subject: Bump async-upnp-client from 0.38.1 to 0.38.2 (#1093) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=3c2c12c2dfb642fa3d7be465bfd95bb8ba879e3e;p=music-assistant-server.git Bump async-upnp-client from 0.38.1 to 0.38.2 (#1093) * Bump async-upnp-client from 0.38.1 to 0.38.2 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.38.1 to 0.38.2. - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.38.1...0.38.2) --- updated-dependencies: - dependency-name: async-upnp-client dependency-type: direct:production update-type: version-update:semver-patch ... 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 f1a9f7f9..6ea13f53 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.38.1"], + "requirements": ["async-upnp-client==0.38.2"], "documentation": "https://music-assistant.github.io/player-support/dlna/", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index d317205e..26e0bbdb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -7,7 +7,7 @@ aiohttp==3.9.3 aiorun==2023.7.2 aioslimproto==2.3.3 aiosqlite==0.19.0 -async-upnp-client==0.38.1 +async-upnp-client==0.38.2 asyncio-throttle==1.0.2 colorlog==6.8.2 cryptography==42.0.2