From d94e62dabaf52b9e2e84f626da91cdac3c59eec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:13:24 +0100 Subject: [PATCH] Bump pychromecast from 14.0.4 to 14.0.5 (#1760) * Bump pychromecast from 14.0.4 to 14.0.5 Bumps [pychromecast](https://github.com/home-assistant-libs/pychromecast) from 14.0.4 to 14.0.5. - [Release notes](https://github.com/home-assistant-libs/pychromecast/releases) - [Commits](https://github.com/home-assistant-libs/pychromecast/compare/14.0.4...14.0.5) --- updated-dependencies: - dependency-name: pychromecast dependency-type: direct:production update-type: version-update:semver-patch ... 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/chromecast/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/chromecast/manifest.json b/music_assistant/server/providers/chromecast/manifest.json index 6bcee60c..fdbf817f 100644 --- a/music_assistant/server/providers/chromecast/manifest.json +++ b/music_assistant/server/providers/chromecast/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "PyChromecast==14.0.4" + "PyChromecast==14.0.5" ], "documentation": "https://music-assistant.io/player-support/google-cast/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index ecb2fd6b..9b57dd5f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -29,7 +29,7 @@ pkce==1.0.3 plexapi==4.15.16 py-opensonic==5.1.1 pyblu==1.0.4 -PyChromecast==14.0.4 +PyChromecast==14.0.5 pycryptodome==3.21.0 python-fullykiosk==0.0.14 python-slugify==8.0.4 -- 2.34.1