diff --git a/custom_components/solix_ble/manifest.json b/custom_components/solix_ble/manifest.json index ee04fc7..df33b4f 100644 --- a/custom_components/solix_ble/manifest.json +++ b/custom_components/solix_ble/manifest.json @@ -14,7 +14,7 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://github.com/flip-dots/HaSolixBLE/issues", - "requirements": ["SolixBLE==3.8.0"], + "requirements": ["SolixBLE==3.9.0"], "loggers": ["bleak", "SolixBLE"], "version": "3.5.0" } \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index b14174d..6a82f46 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,4 +6,4 @@ pytest-cov aiousbwatcher ruff mypy -SolixBLE==3.8.0 +SolixBLE==3.9.0