From df78bc69fb9a79aa34826090d0b3c631bb63d752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:55:42 +0200 Subject: [PATCH] Bump async-upnp-client from 0.40.0 to 0.41.0 (#1708) * Bump async-upnp-client from 0.40.0 to 0.41.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/StevenLooman/async_upnp_client/releases) - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.40.0...0.41.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 8fa28153..9c7e4817 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.40.0" + "async-upnp-client==0.41.0" ], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index 9fc21f48..352064d0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ aiorun==2024.8.1 aioslimproto==3.0.1 aiosonos==0.1.5 aiosqlite==0.20.0 -async-upnp-client==0.40.0 +async-upnp-client==0.41.0 bidict==0.23.1 certifi==2024.8.30 colorlog==6.8.2 -- 2.34.1