From b8bc77b00e527b3826096136b5ccd94c4d0bcb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:34:00 +0200 Subject: [PATCH] Bump async-upnp-client from 0.38.3 to 0.39.0 (#1409) * Bump async-upnp-client from 0.38.3 to 0.39.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.38.3 to 0.39.0. - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.38.3...0.39.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 --- 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 367e88f6..fef75440 100644 --- a/music_assistant/server/providers/dlna/manifest.json +++ b/music_assistant/server/providers/dlna/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "async-upnp-client==0.38.3" + "async-upnp-client==0.39.0" ], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index 637ab1f7..b5e39046 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -8,7 +8,7 @@ aiojellyfin==0.8.3 aiorun==2024.5.1 aioslimproto==3.0.1 aiosqlite==0.20.0 -async-upnp-client==0.38.3 +async-upnp-client==0.39.0 asyncio-throttle==1.0.2 bidict==0.23.1 certifi==2024.6.2 -- 2.34.1