Skip to content

Commit b38b203

Browse files
authored
Update requirements_test.txt (#748)
* Update requirements_test.txt fix requirements to exact versions, to improve reproducibility of test flows * Update requirements_test.txt * Update requirements_test.txt bump pytest-homeassistant-custom-component to 0.12.48
1 parent 21ac77b commit b38b203

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
@@ -1,5 +1,5 @@
11
-r requirements_dev.txt
2-
pytest-homeassistant-custom-component>=0.12.16
3-
ocpp>=0.15.0
4-
websockets>=10.4
2+
pytest-homeassistant-custom-component==0.12.48
3+
ocpp==0.16.0
4+
websockets==10.4
55
pytest-cov

0 commit comments

Comments
 (0)