We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124411 commit 5b001f1Copy full SHA for 5b001f1
pyproject.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
license = {text = "Apache-2.0"}
15
requires-python = ">=3.12"
16
dependencies = [
17
- "zigpy>=0.70.0",
+ "zigpy>=0.74.0",
18
]
19
20
[tool.setuptools.packages.find]
requirements_test.txt
@@ -13,5 +13,5 @@ pytest-sugar
13
pytest-timeout
pytest-asyncio
pytest>=7.1.3
-zigpy>=0.70
+zigpy>=0.74.0
ruff==0.0.261
0 commit comments