From 68d0b136abd77b814e5bc8387aac366911ca5f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 10:59:40 +0200 Subject: [PATCH] Chore(deps): Bump async-upnp-client from 0.44.0 to 0.45.0 (#2292) * Chore(deps): Bump async-upnp-client from 0.44.0 to 0.45.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.44.0 to 0.45.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.44.0...0.45.0) --- updated-dependencies: - dependency-name: async-upnp-client dependency-version: 0.45.0 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/providers/dlna/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/dlna/manifest.json b/music_assistant/providers/dlna/manifest.json index 95eee266..333f4713 100644 --- a/music_assistant/providers/dlna/manifest.json +++ b/music_assistant/providers/dlna/manifest.json @@ -5,7 +5,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.44.0"], + "requirements": ["async-upnp-client==0.45.0"], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index d80afcbc..eee0fa91 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ aioslimproto==3.1.0 aiosonos==0.1.9 aiosqlite==0.21.0 alexapy==1.29.5 -async-upnp-client==0.44.0 +async-upnp-client==0.45.0 audible==0.10.0 bgutil-ytdlp-pot-provider==1.1.0 bidict==0.23.1 -- 2.34.1