Skip to content

Commit 0d7feb3

Browse files
committed
Update min HA version
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 4c9e636 commit 0d7feb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
coverage
33
# The version of homeassistant used for testing needs to be tightly coordinated with
44
# pytest-homeassistant-custom-component and homeassistant-stubs
5-
homeassistant>=2024.1.0,<2025.1.0
6-
homeassistant-stubs>=2024.1.0,<2025.1.0
5+
homeassistant>=2024.2.0,<2025.1.0
6+
homeassistant-stubs>=2024.2.0,<2025.1.0
77
pytest
88
pytest-aiohttp
99
pytest-cov
10-
pytest-homeassistant-custom-component==0.13.90
10+
pytest-homeassistant-custom-component==0.13.99
1111
pytest-sugar
1212
tox

0 commit comments

Comments
 (0)