From 7cc76a3f19ed9542ff185be11f9eb723e9d26cfb Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Fri, 1 Nov 2024 23:51:59 +0000 Subject: [PATCH] fix: pytest-homeassistant-custom-component --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52fda8283c..8f551ba31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ lxml = "*" urllib3 = "*" webdriver-manager = "^4.0.1" tabulate = "^0.9.0" -pytest-homeassistant-custom-component = "^0.13.175" +pytest-homeassistant-custom-component = "==0.13.175" pytest-asyncio = "^0.24.0" pytest-freezer = "^0.4.8"