Skip to content

Commit 274e53a

Browse files
committed
Fix requirements dependencies
1 parent d838adc commit 274e53a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.9.3
22
async_timeout==4.0.3
3-
homeassistant==2024.1.5
3+
homeassistant==2024.2.1
44
voluptuous==0.13.1
55
pytz==2023.3.post1
66
svgwrite==1.4.3

requirements_tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
homeassistant==2024.1.5
1+
homeassistant==2024.2.1
22
pytest
3-
pytest_homeassistant_custom_component==0.13.91
3+
pytest_homeassistant_custom_component==0.13.100
44
freezegun
55
isort

0 commit comments

Comments
 (0)