diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index 6e2027a..30fc0c2 100644 --- a/custom_components/mypyllant/manifest.json +++ b/custom_components/mypyllant/manifest.json @@ -10,7 +10,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues", "requirements": [ - "myPyllant==0.7.14" + "myPyllant==0.7.15" ], "version": "v0.7.3" } diff --git a/dev-requirements.txt b/dev-requirements.txt index cb7db43..15ba48e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,5 +15,5 @@ types-PyYAML~=6.0.12.12 pytest==7.4.3 pytest-cov==4.1.0 pytest-homeassistant-custom-component==0.13.77 -myPyllant==0.7.14 +myPyllant==0.7.15 dacite~=1.7.0 \ No newline at end of file