From 4db2d42d6c2650901fac8f547ad9895ef0458d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:18:25 +0100 Subject: [PATCH] Bump async-upnp-client from 0.34.1 to 0.36.2 (#937) * 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](https://github.com/StevenLooman/async_upnp_client/compare/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] * 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 --- music_assistant/server/providers/dlna/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/dlna/manifest.json b/music_assistant/server/providers/dlna/manifest.json index 2437c3aea..e19f7b076 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.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, diff --git a/requirements_all.txt b/requirements_all.txt index 0ddd6dcdf..6dfdd4d9b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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