diff --git a/custom_components/wemportal/manifest.json b/custom_components/wemportal/manifest.json index 649da90..c25d483 100644 --- a/custom_components/wemportal/manifest.json +++ b/custom_components/wemportal/manifest.json @@ -4,14 +4,15 @@ "documentation": "https://github.com/erikkastelec/hass-WEM-Portal", "issue_tracker": "https://github.com/erikkastelec/hass-WEM-Portal/issues", "dependencies": [], - "version": "1.3.10", + "version": "1.3.12", "codeowners": [ "@erikkastelec" ], "requirements": [ - "scrapyscript==1.1.0", - "scrapy==2.6.3", - "fuzzywuzzy==0.18.0" + "scrapyscript==1.1.*", + "scrapy==2.7.*", + "fuzzywuzzy==0.18.0", + "twisted<=22.10.0" ], "iot_class": "cloud_polling" }