From a1460f3b219f80b9b520f3f2e282fcdb2464b952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:50:36 +0000 Subject: [PATCH] build(deps): update pychromecast requirement from ~=14.0.7 to ~=14.0.9 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...14.0.9) --- updated-dependencies: - dependency-name: pychromecast dependency-version: 14.0.9 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..67fc795 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~=14.0.9 httpx~=0.28.1 sanitize-filename~=1.2.0 \ No newline at end of file