From 84d9b2ac5e924cc34196bdf8c8c150215cebe24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:47:36 +0200 Subject: [PATCH] Bump async-upnp-client from 0.38.2 to 0.38.3 (#1198) * Bump async-upnp-client from 0.38.2 to 0.38.3 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.38.2 to 0.38.3. - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.38.2...0.38.3) --- 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 --- 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 fac54ed8..da6a0e69 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.2"], + "requirements": ["async-upnp-client==0.38.3"], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index dcf5569d..2dbaf80d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -7,7 +7,7 @@ aiohttp==3.9.3 aiorun==2023.7.2 aioslimproto==3.0.1 aiosqlite==0.20.0 -async-upnp-client==0.38.2 +async-upnp-client==0.38.3 asyncio-throttle==1.0.2 colorlog==6.8.2 cryptography==42.0.5 -- 2.34.1