From ba6548bd4d88b08f5065238b9039167a030620f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:44:06 +0000 Subject: [PATCH] Bump pytest-homeassistant-custom-component from 0.13.148 to 0.13.153 Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.148 to 0.13.153. - [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.148...0.13.153) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec8942ab..b070a82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ test = [ "pylint==3.2.6", "ruff==0.4.8", "tomli==2.0.1", - "pytest-homeassistant-custom-component==0.13.148", + "pytest-homeassistant-custom-component==0.13.153", "zeroconf", ]