From 3129ca87691b03b651f72f2696f338dc01b8362e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:11:59 +0200 Subject: [PATCH] Bump pychromecast from 14.0.1 to 14.0.4 (#1698) * Bump pychromecast from 14.0.1 to 14.0.4 Bumps [pychromecast](https://github.com/home-assistant-libs/pychromecast) from 14.0.1 to 14.0.4. - [Release notes](https://github.com/home-assistant-libs/pychromecast/releases) - [Commits](https://github.com/home-assistant-libs/pychromecast/compare/14.0.1...14.0.4) --- 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 f1b73a03..6bcee60c 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.1" + "PyChromecast==14.0.4" ], "documentation": "https://music-assistant.io/player-support/google-cast/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index 71c6d5a2..c6b22023 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.2 -PyChromecast==14.0.1 +PyChromecast==14.0.4 pycryptodome==3.20.0 python-fullykiosk==0.0.14 python-slugify==8.0.4 -- 2.34.1