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 1961654 commit 3348316Copy full SHA for 3348316
pyproject.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
license = {text = "Apache License Version 2.0"}
15
requires-python = ">=3.12"
16
dependencies = [
17
- "zigpy>=0.68.1",
+ "zigpy>=0.70.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.69
+zigpy>=0.70
ruff==0.0.261
0 commit comments