Skip to content

Commit

Permalink
Update dependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey authored Jun 18, 2024
1 parent 7b46e93 commit 71ce0b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ readme = "README.md"
license = {text = "GPL-3.0"}
requires-python = ">=3.12"
dependencies = [
"bellows==0.39.0",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.116",
"zigpy==0.64.1",
"bellows==0.39.1",
"zigpy-znp==0.12.1",
"zigpy-deconz==0.23.1",
"zigpy==0.64.0",
"zigpy-xbee==0.20.1",
"zigpy-zigate==0.12.0",
"zigpy-znp==0.12.1",
"zha-quirks==0.0.116",
"universal-silabs-flasher==0.0.20",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"pyserial-asyncio-fast==0.11",
]

Expand Down

0 comments on commit 71ce0b0

Please sign in to comment.