From 27c6d3e4aa5c9d6af7e613cddc2a70de4eb0b5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:22:34 +0000 Subject: [PATCH] chore(deps-dev): Update pytest-homeassistant-custom-component requirement Updates the requirements on [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. - [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.0...0.13.333) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.333 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index aadd283..d33c790 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ pytest>=7.4.0 pytest-asyncio>=0.21.0 pytest-cov>=4.1.0 -pytest-homeassistant-custom-component>=0.13.0 +pytest-homeassistant-custom-component>=0.13.333 # Linting and type checking ruff>=0.1.0