From 42765f890c4458efb51b1aee4e64864157bd0979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:46:20 +0200 Subject: [PATCH] Chore(deps): Bump pychromecast from 14.0.7 to 14.0.9 (#2489) * Chore(deps): Bump pychromecast from 14.0.7 to 14.0.9 Bumps [pychromecast](https://github.com/home-assistant-libs/pychromecast) from 14.0.7 to 14.0.9. - [Release notes](https://github.com/home-assistant-libs/pychromecast/releases) - [Commits](https://github.com/home-assistant-libs/pychromecast/compare/14.0.7...14.0.9) --- updated-dependencies: - dependency-name: pychromecast dependency-version: 14.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update PyChromecast requirement to version 14.0.9 --------- 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 cb92fdec..d11bb37a 100644 --- a/music_assistant/providers/chromecast/manifest.json +++ b/music_assistant/providers/chromecast/manifest.json @@ -5,7 +5,7 @@ "name": "Chromecast", "description": "Cast music and podcasts to Chromecast or Google Cast devices.", "codeowners": ["@music-assistant"], - "requirements": ["PyChromecast==14.0.7"], + "requirements": ["PyChromecast==14.0.9"], "documentation": "https://music-assistant.io/player-support/google-cast/", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index aa3cafe9..3d694969 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -47,7 +47,7 @@ podcastparser==0.6.10 propcache>=0.2.1 py-opensonic==7.0.2 pyblu==2.0.5 -PyChromecast==14.0.7 +PyChromecast==14.0.9 pycryptodome==3.23.0 pylast==6.0.0 python-fullykiosk==0.0.14 -- 2.34.1