From 176a09b51ea9973cef2044d3cdc5749dbd5f6ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:42:56 +0000 Subject: [PATCH] Update aiohasupervisor requirement from >=0.5.0 to >=0.6.0 Updates the requirements on [aiohasupervisor](https://github.com/home-assistant-libs/python-supervisor-client) to permit the latest version. - [Release notes](https://github.com/home-assistant-libs/python-supervisor-client/releases) - [Commits](https://github.com/home-assistant-libs/python-supervisor-client/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: aiohasupervisor dependency-version: 0.6.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 0787d83..f93f510 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.10.1 homeassistant==2026.7.2 -aiohasupervisor>=0.5.0 +aiohasupervisor>=0.6.0 pip>=26.1.2,<26.2 ruff==0.15.21 pyVisualCrossing