From c32dd77d657b4fb6331558b4e217bde7db956d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:18:15 +0000 Subject: [PATCH] deps(deps-dev): bump homeassistant-stubs in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [homeassistant-stubs](https://github.com/KapJI/homeassistant-stubs). Updates `homeassistant-stubs` from 2026.3.2 to 2026.3.3 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.3.2...2026.3.3) --- updated-dependencies: - dependency-name: homeassistant-stubs dependency-version: 2026.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b55bfe5..b201a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [dependency-groups] dev = [ - "homeassistant-stubs==2026.3.2", + "homeassistant-stubs==2026.3.3", "types-requests", "types-PyYAML", "mypy==1.19.1",