Skip to content

Commit 4b68155

Browse files
committed
Bump required zigpy version to 0.40.0
1 parent f2aa018 commit 4b68155

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
@@ -20,7 +20,7 @@
2020
python_requires=">=3.7",
2121
install_requires=[
2222
"pyserial-asyncio>=0.6", # 0.5 is broken on Windows
23-
"zigpy>=0.37.0",
23+
"zigpy>=0.40.0",
2424
"async_timeout",
2525
"voluptuous",
2626
"coloredlogs",

0 commit comments

Comments
 (0)