diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index 274f6b5..314eebd 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.22" + "myPyllant==0.7.23" ], "version": "v0.7.3" } diff --git a/dev-requirements.txt b/dev-requirements.txt index 0762b1b..15e7b39 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ types-PyYAML~=6.0.12.12 # Need specific versions pytest-homeassistant-custom-component==0.13.101 -myPyllant==0.7.22 +myPyllant==0.7.23 # Versions handled by pytest-homeassistant-custom-component freezegun