From 9c6e53a4cddea4395e84bb0d16e332f05adac5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:11:45 +0200 Subject: [PATCH] Chore(deps): Bump pychromecast from 14.0.5 to 14.0.7 (#2085) * Chore(deps): Bump pychromecast from 14.0.5 to 14.0.7 Bumps [pychromecast](https://github.com/home-assistant-libs/pychromecast) from 14.0.5 to 14.0.7. - [Release notes](https://github.com/home-assistant-libs/pychromecast/releases) - [Commits](https://github.com/home-assistant-libs/pychromecast/compare/14.0.5...14.0.7) --- 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/providers/chromecast/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/chromecast/manifest.json b/music_assistant/providers/chromecast/manifest.json index fdbf817f..e4b650c9 100644 --- a/music_assistant/providers/chromecast/manifest.json +++ b/music_assistant/providers/chromecast/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "PyChromecast==14.0.5" + "PyChromecast==14.0.7" ], "documentation": "https://music-assistant.io/player-support/google-cast/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index 34d46413..6983ab47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -37,7 +37,7 @@ plexapi==4.16.1 podcastparser==0.6.10 py-opensonic==5.3.1 pyblu==2.0.0 -PyChromecast==14.0.5 +PyChromecast==14.0.7 pycryptodome==3.22.0 pylast==5.5.0 python-fullykiosk==0.0.14 -- 2.34.1