From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:33:23 +0000 (+0100) Subject: Chore(deps): Bump async-upnp-client from 0.42.0 to 0.43.0 (#1934) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=eefec390a840ece0d546bd04cb07cf0b291b03a4;p=music-assistant-server.git Chore(deps): Bump async-upnp-client from 0.42.0 to 0.43.0 (#1934) * Chore(deps): Bump async-upnp-client from 0.42.0 to 0.43.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.42.0 to 0.43.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.42.0...0.43.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 --- diff --git a/music_assistant/providers/dlna/manifest.json b/music_assistant/providers/dlna/manifest.json index ff20dca4..c418d25a 100644 --- a/music_assistant/providers/dlna/manifest.json +++ b/music_assistant/providers/dlna/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "async-upnp-client==0.42.0" + "async-upnp-client==0.43.0" ], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index aab003c8..34725470 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ aiorun==2025.1.1 aioslimproto==3.1.0 aiosonos==0.1.9 aiosqlite==0.20.0 -async-upnp-client==0.42.0 +async-upnp-client==0.43.0 audible==0.10.0 bidict==0.23.1 certifi==2024.12.14