From 5d1500498befa047e1816cbd3fcd83f1293513bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 21:04:17 +0200 Subject: [PATCH] Bump pychromecast from 13.0.6 to 13.0.7 (#611) * Bump pychromecast from 13.0.6 to 13.0.7 Bumps [pychromecast](https://github.com/balloob/pychromecast) from 13.0.6 to 13.0.7. - [Release notes](https://github.com/balloob/pychromecast/releases) - [Commits](https://github.com/balloob/pychromecast/compare/13.0.6...13.0.7) --- updated-dependencies: - dependency-name: pychromecast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * bump pychromecast --------- 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 9e044cdf..8dd1f46f 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.6"], + "requirements": ["PyChromecast==13.0.7"], "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 1227b378..c6905c7e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -17,7 +17,7 @@ music-assistant-frontend==20230404.0 orjson==3.8.9 pillow==9.5.0 plexapi==4.13.2 -PyChromecast==13.0.6 +PyChromecast==13.0.7 python-slugify==8.0.1 shortuuid==1.0.11 soco==0.29.1 -- 2.34.1