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 4f64c18 commit e349a0dCopy full SHA for e349a0d
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.75.0",
+ "zigpy>=0.75.1",
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.75.0
+zigpy>=0.75.1
ruff==0.0.261
0 commit comments