From 08c23dd688c9220e8cff08a5d332eaa3da2a96e6 Mon Sep 17 00:00:00 2001 From: snapcase Date: Mon, 6 Feb 2023 11:12:54 -0500 Subject: [PATCH] Bump jaraco.abode to 3.3.0 (#87498) Fixes https://github.com/home-assistant/core/issues/86765 fixes undefined --- homeassistant/components/abode/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/abode/manifest.json b/homeassistant/components/abode/manifest.json index 6045f8797b4..771dfc581a9 100644 --- a/homeassistant/components/abode/manifest.json +++ b/homeassistant/components/abode/manifest.json @@ -3,7 +3,7 @@ "name": "Abode", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/abode", - "requirements": ["jaraco.abode==3.2.1"], + "requirements": ["jaraco.abode==3.3.0"], "codeowners": ["@shred86"], "homekit": { "models": ["Abode", "Iota"] diff --git a/requirements_all.txt b/requirements_all.txt index 9738e087786..3c5fe37a04d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -997,7 +997,7 @@ ismartgate==4.0.4 janus==1.0.0 # homeassistant.components.abode -jaraco.abode==3.2.1 +jaraco.abode==3.3.0 # homeassistant.components.jellyfin jellyfin-apiclient-python==1.9.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ad76811f4c6..772f4a10c07 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -753,7 +753,7 @@ ismartgate==4.0.4 janus==1.0.0 # homeassistant.components.abode -jaraco.abode==3.2.1 +jaraco.abode==3.3.0 # homeassistant.components.jellyfin jellyfin-apiclient-python==1.9.2