diff --git a/pyproject.toml b/pyproject.toml index ccd15c296e..6636cb6280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ - "zigpy>=0.75.0", + "zigpy>=0.75.1", ] [tool.setuptools.packages.find] diff --git a/requirements_test.txt b/requirements_test.txt index 7cef89a8d5..61cd54f6e9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,5 +13,5 @@ pytest-sugar pytest-timeout pytest-asyncio pytest>=7.1.3 -zigpy>=0.75.0 +zigpy>=0.75.1 ruff==0.0.261