From 3ece5965a8846d645e7c1d436b1d2db17ea42cdf Mon Sep 17 00:00:00 2001 From: Marcio Granzotto Rodrigues Date: Thu, 19 May 2022 13:04:48 -0300 Subject: [PATCH] Update bond-api to 0.1.18 (#72166) --- homeassistant/components/bond/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/bond/manifest.json b/homeassistant/components/bond/manifest.json index e5f8b004502..b011a5f2dae 100644 --- a/homeassistant/components/bond/manifest.json +++ b/homeassistant/components/bond/manifest.json @@ -3,7 +3,7 @@ "name": "Bond", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/bond", - "requirements": ["bond-api==0.1.16"], + "requirements": ["bond-api==0.1.18"], "zeroconf": ["_bond._tcp.local."], "codeowners": ["@bdraco", "@prystupa", "@joshs85"], "quality_scale": "platinum", diff --git a/requirements_all.txt b/requirements_all.txt index 15bd902f9a0..13b3b172803 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -420,7 +420,7 @@ blockchain==1.4.4 # bluepy==1.3.0 # homeassistant.components.bond -bond-api==0.1.16 +bond-api==0.1.18 # homeassistant.components.bosch_shc boschshcpy==0.2.30 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a5ea5832e65..86f49132bc0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -321,7 +321,7 @@ blebox_uniapi==1.3.3 blinkpy==0.19.0 # homeassistant.components.bond -bond-api==0.1.16 +bond-api==0.1.18 # homeassistant.components.bosch_shc boschshcpy==0.2.30