From 24b41fd1850bcdc17bb8c470465194513e9f04af Mon Sep 17 00:00:00 2001 From: Craig Barratt <19445341+craigbarratt@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:48:59 +1000 Subject: [PATCH] match watchdog and croniter versions to folder_watcher and utility_meter --- custom_components/pyscript/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pyscript/manifest.json b/custom_components/pyscript/manifest.json index 99cd5b4..b1e8780 100644 --- a/custom_components/pyscript/manifest.json +++ b/custom_components/pyscript/manifest.json @@ -10,7 +10,7 @@ "homekit": {}, "iot_class": "local_push", "issue_tracker": "https://github.com/custom-components/pyscript/issues", - "requirements": ["croniter==2.0.5", "watchdog==4.0.1"], + "requirements": ["croniter==2.0.3", "watchdog==2.3.1"], "ssdp": [], "version": "1.5.0", "zeroconf": []