diff --git a/pyproject.toml b/pyproject.toml index 714c51aa..4868f586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "click-log>=0.2.1", "pure_pcapy3==1.0.1", "voluptuous", - "zigpy>=0.60.2", + "zigpy>=0.65.3", 'async-timeout; python_version<"3.11"', ] diff --git a/tests/test_application.py b/tests/test_application.py index 46035a90..fe6928e4 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -45,7 +45,7 @@ def ieee(init=0): @pytest.fixture def make_app(monkeypatch, ieee): def inner(config, **kwargs): - app_cfg = ControllerApplication.SCHEMA({**APP_CONFIG, **config}) + app_cfg = {**APP_CONFIG, **config} app = ControllerApplication(app_cfg) app._ezsp = _create_app_for_startup(