From a80b6d866e79b25c324374de27c3968cb752d457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:41:19 +0000 Subject: [PATCH] build(deps): update pychromecast requirement from ~=14.0.9 to ~=14.0.10 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.9...14.0.10) --- updated-dependencies: - dependency-name: pychromecast dependency-version: 14.0.10 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 5c28bba..fc01956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pyee~=13.0.1 google_play_scraper==1.2.7 pillow>=12.1.1 requests>=2.32 -pychromecast~=14.0.9 +pychromecast~=14.0.10 httpx~=0.28.1 sanitize-filename~=1.2.0 \ No newline at end of file