From 41a350371059875d16dfb68612a3d3225a2db83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:56:02 +0000 Subject: [PATCH] build(deps): update pychromecast requirement from ~=14.0.7 to ~=13.1.0 Updates the requirements on [pychromecast](https://github.com/home-assistant-libs/pychromecast) to permit the latest version. - [Release notes](https://github.com/home-assistant-libs/pychromecast/releases) - [Commits](https://github.com/home-assistant-libs/pychromecast/compare/14.0.7...13.1.0) --- updated-dependencies: - dependency-name: pychromecast dependency-version: 13.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b008a8..db47515 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pyee~=13.0.0 google_play_scraper==1.2.7 pillow>=11.2.1 requests>=2.32 -pychromecast~=14.0.7 +pychromecast~=13.1.0 httpx~=0.28.1 sanitize-filename~=1.2.0 \ No newline at end of file