Skip to content

Commit

Permalink
latest zigpy radio libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Dec 15, 2023
1 parent 7e364f0 commit f14fe73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Modules/pluginHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from pathlib import Path

MODULES_VERSION = {
"zigpy": "0.60.0",
"zigpy": "0.60.1",
"zigpy_znp": "0.12.0",
"zigpy_deconz": "0.22.1",
"bellows": "0.37.1",
"zigpy_deconz": "0.22.2",
"bellows": "0.37.3",
}

def networksize_update(self):
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
zigpy==0.60.0
zigpy==0.60.1
zigpy_znp==0.12.0
zigpy_deconz==0.22.1
bellows==0.37.1
zigpy_deconz==0.22.2
bellows==0.37.3
zigpy-cli==1.0.4
dnspython==2.3.0
pyserial>=3.5
Expand Down

0 comments on commit f14fe73

Please sign in to comment.