diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index d2d19b4..82eb3c4 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.15.9" + "pyhOn==0.15.12" ], "version": "0.10.1-beta.1" } diff --git a/requirements.txt b/requirements.txt index 826c706..482d88a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pyhOn -homeassistant +pyhOn==0.15.12 diff --git a/requirements_dev.txt b/requirements_dev.txt index 7404421..9bb8d71 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,6 @@ -homeassistant~=2023.9.3 -black~=23.7.0 -flake8~=6.0.0 -mypy~=1.4.1 -pylint~=2.17.4 +homeassistant>=2023.11.3 +black>=23.11 +flake8>=6.1 +mypy>=1.7 +pylint>=3.0 +setuptools>=68.2