From 1743850ab883a80161cecae87972dcc2edfbfb28 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 Jan 2022 13:35:22 -1000 Subject: [PATCH] Bump bond-api to 0.1.16 to handle disconnects and protocol errors (#64802) - Changelog: https://github.com/prystupa/bond-api/compare/v0.1.15...v0.1.16 --- 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 cf5255e84a4..5e782c70868 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.15"], + "requirements": ["bond-api==0.1.16"], "zeroconf": ["_bond._tcp.local."], "codeowners": ["@bdraco", "@prystupa", "@joshs85"], "quality_scale": "platinum", diff --git a/requirements_all.txt b/requirements_all.txt index 88f57d06120..0322d0746d9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -435,7 +435,7 @@ blockchain==1.4.4 # bme680==1.0.5 # homeassistant.components.bond -bond-api==0.1.15 +bond-api==0.1.16 # homeassistant.components.bosch_shc boschshcpy==0.2.28 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f147c9228d9..f5a38d4aa46 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -288,7 +288,7 @@ blebox_uniapi==1.3.3 blinkpy==0.18.0 # homeassistant.components.bond -bond-api==0.1.15 +bond-api==0.1.16 # homeassistant.components.bosch_shc boschshcpy==0.2.28