Skip to content

Commit f60d410

Browse files
committed
Bump minimum required zigpy version to 0.47.0
1 parent a080d9d commit f60d410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python_requires = >=3.7
1515
install_requires =
1616
pyserial-asyncio; platform_system!="Windows"
1717
pyserial-asyncio!=0.5; platform_system=="Windows" # 0.5 broke writes
18-
zigpy>=0.40.0
18+
zigpy>=0.47.0
1919
async_timeout
2020
voluptuous
2121
coloredlogs

0 commit comments

Comments
 (0)