From b7fbd55c3b436c6c768ed6c48feecf2dedc648f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:42:32 +0000 Subject: [PATCH] Update hass-nabucasa requirement from 0.78.0 to 0.81.1 Updates the requirements on hass-nabucasa to permit the latest version. --- updated-dependencies: - dependency-name: hass-nabucasa dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93fa65c..6170f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ homeassistant = "2024.7.0" python = ">=3.12,<3.13" [tool.poetry.group.dev.dependencies] -hass-nabucasa = "0.78.0" +hass-nabucasa = "0.81.1" pre-commit = "3.6.2" pre-commit-hooks = "4.5.0" pylint = "3.1.0"