From 2f779263c577f2ab8ea2aad1edc7cc694430d2d5 Mon Sep 17 00:00:00 2001 From: TheHigs <111159065+TheHigs@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:37:16 +1100 Subject: [PATCH] Update manifest.json Homeassistant 2023.3.1 bumped requests to 2.28.2 - https://github.com/home-assistant/core/pull/88956 After applying 2023.3.1 the component will fail to load due to a missing dependency, bumping the requirment to 2.28.2 resolves the issue --- custom_components/neosmartblinds/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/neosmartblinds/manifest.json b/custom_components/neosmartblinds/manifest.json index cab1922..c96eefe 100644 --- a/custom_components/neosmartblinds/manifest.json +++ b/custom_components/neosmartblinds/manifest.json @@ -5,5 +5,5 @@ "codeowners": ["4n0nD3v3l0p3r","mtgeekman","clara-j","gee-jay-bee"], "name": "NeoSmartBlinds", "version": "2.2", - "requirements": ["requests==2.28.1"] + "requirements": ["requests==2.28.2"] }