diff --git a/custom_components/actualbudget/manifest.json b/custom_components/actualbudget/manifest.json index 0f1e36b..69c713b 100644 --- a/custom_components/actualbudget/manifest.json +++ b/custom_components/actualbudget/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/jlvcm/ha-actualbudget/blob/main/README.md", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jlvcm/ha-actualbudget/issues", - "requirements": ["actualpy==0.12.0"], + "requirements": ["actualpy==0.13.0"], "version": "2.0.2" }