diff --git a/custom_components/multiscrape/manifest.json b/custom_components/multiscrape/manifest.json index 2868d792..5a3e9905 100644 --- a/custom_components/multiscrape/manifest.json +++ b/custom_components/multiscrape/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/danieldotnl/ha-multiscrape", "iot_class": "local_polling", "issue_tracker": "https://github.com/danieldotnl/ha-multiscrape/issues", - "requirements": ["lxml==4.9.1", "beautifulsoup4==4.11.1"], + "requirements": ["lxml==5.0.0", "beautifulsoup4==4.12.2"], "version": "6.5.0" }