From 879f4d7bb6a3349952dbb8481d06ec6894cd8a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:42:35 +0000 Subject: [PATCH] build(deps): bump the homeassistant group across 1 directory with 4 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component), [homeassistant](https://github.com/home-assistant/core) and [zwave-js-server-python](https://github.com/home-assistant-libs/zwave-js-server-python) to permit the latest version. Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.0.3) Updates `pytest-homeassistant-custom-component` from 0.13.325 to 0.13.329 - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.325...0.13.329) Updates `homeassistant` to 2026.5.0 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.4.4...2026.5.0) Updates `zwave-js-server-python` from 0.69.0 to 0.71.0 - [Release notes](https://github.com/home-assistant-libs/zwave-js-server-python/releases) - [Commits](https://github.com/home-assistant-libs/zwave-js-server-python/compare/0.69.0...0.71.0) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.5.0 dependency-type: direct:development dependency-group: homeassistant - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: homeassistant - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.329 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: homeassistant - dependency-name: zwave-js-server-python dependency-version: 0.71.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: homeassistant ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 4 ++-- requirements_test.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 836c43d0..337857ec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ aiousbwatcher==1.1.2 colorlog==6.10.1 debugpy==1.8.20 ha-silabs-firmware-client>=0.3.0 -homeassistant>=2026.4.4 +homeassistant>=2026.5.0 pyserial==3.5 python-matter-server==8.1.2 pyudev==0.24.4 @@ -15,4 +15,4 @@ uv zeroconf==0.148.0 zha>=1.3.1 zigpy>=1.4.1 -zwave-js-server-python==0.69.0 +zwave-js-server-python==0.71.0 diff --git a/requirements_test.txt b/requirements_test.txt index 1bc5b7c8..c03d2f66 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,3 @@ pylint-strict-informational>=0.1 -pytest>=9.0.0 -pytest-homeassistant-custom-component==0.13.325 +pytest>=9.0.3 +pytest-homeassistant-custom-component==0.13.329