From c912aca55a417cf4cb76ba99a0fc4214957b10b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:59:03 +0100 Subject: [PATCH] Bump pychromecast from 13.0.7 to 13.0.8 (#936) * Bump pychromecast from 13.0.7 to 13.0.8 Bumps [pychromecast](https://github.com/balloob/pychromecast) from 13.0.7 to 13.0.8. - [Release notes](https://github.com/balloob/pychromecast/releases) - [Commits](https://github.com/balloob/pychromecast/compare/13.0.7...13.0.8) --- 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 dcb77c89..7eac4709 100644 --- a/music_assistant/server/providers/chromecast/manifest.json +++ b/music_assistant/server/providers/chromecast/manifest.json @@ -4,7 +4,7 @@ "name": "Chromecast", "description": "Support for Chromecast based players.", "codeowners": ["@music-assistant"], - "requirements": ["PyChromecast==13.0.7"], + "requirements": ["PyChromecast==13.0.8"], "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/1138", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index 6dfdd4d9..38adb7ef 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -22,7 +22,7 @@ music-assistant-frontend==2.0.15 orjson==3.9.10 pillow==10.1.0 plexapi==4.15.6 -PyChromecast==13.0.7 +PyChromecast==13.0.8 pycryptodome==3.18.0 python-ffmpeg==2.0.4 python-slugify==8.0.1 -- 2.34.1