From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:07:27 +0000 (+0200) Subject: Bump async-upnp-client from 0.39.0 to 0.40.0 (#1532) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7fd07e63b08b33ffd157dbe6cdb1058f51c81dc5;p=music-assistant-server.git Bump async-upnp-client from 0.39.0 to 0.40.0 (#1532) * Bump async-upnp-client from 0.39.0 to 0.40.0 Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.39.0 to 0.40.0. - [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst) - [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.39.0...0.40.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/server/providers/dlna/manifest.json b/music_assistant/server/providers/dlna/manifest.json index fef75440..8fa28153 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.39.0" + "async-upnp-client==0.40.0" ], "documentation": "https://music-assistant.io/player-support/dlna/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index 301a7e47..3e5b746e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -8,7 +8,7 @@ aiojellyfin==0.10.0 aiorun==2024.5.1 aioslimproto==3.0.1 aiosqlite==0.20.0 -async-upnp-client==0.39.0 +async-upnp-client==0.40.0 bidict==0.23.1 certifi==2024.7.4 colorlog==6.8.2