From da64f40cf62420b61171d35479d11f5a9ca42d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:30:28 +0000 Subject: [PATCH] Update homeassistant requirement from ~=2024.1.2 to ~=2024.2.2 Updates the requirements on [homeassistant](https://github.com/home-assistant/core) to permit the latest version. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.1.2...2024.2.2) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49da0701..3684aab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ ] dependencies = [ "async_timeout~=4.0.3", - "homeassistant~=2024.1.2", + "homeassistant~=2024.2.2", "music-assistant~=2.0.0b93", ] description = "Music Assistant (BETA) Home Assistant Integration"