Skip to content

Commit a761d04

Browse files
committed
Bump required zigpy version to 0.40.0
1 parent 9db952c commit a761d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
install_requires=[
2222
'pyserial-asyncio; platform_system!="Windows"',
2323
'pyserial-asyncio!=0.5; platform_system=="Windows"', # 0.5 broke writes
24-
"zigpy>=0.37.0",
24+
"zigpy>=0.40.0",
2525
"async_timeout",
2626
"voluptuous",
2727
"coloredlogs",

0 commit comments

Comments
 (0)