From 935274c2e775cb1096a887a59dedc495a081a97a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 30 Aug 2022 12:55:48 -0500 Subject: [PATCH] Bump bluetooth-auto-recovery to 0.3.0 (#77555) --- homeassistant/components/bluetooth/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 8e4f0eb75de..5cd83a2d51a 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -7,7 +7,7 @@ "requirements": [ "bleak==0.15.1", "bluetooth-adapters==0.3.2", - "bluetooth-auto-recovery==0.2.2" + "bluetooth-auto-recovery==0.3.0" ], "codeowners": ["@bdraco"], "config_flow": true, diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 91660db1367..1da07040c9b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ awesomeversion==22.8.0 bcrypt==3.1.7 bleak==0.15.1 bluetooth-adapters==0.3.2 -bluetooth-auto-recovery==0.2.2 +bluetooth-auto-recovery==0.3.0 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==37.0.4 diff --git a/requirements_all.txt b/requirements_all.txt index 3166dd4bbf6..22dc87efc33 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -427,7 +427,7 @@ blockchain==1.4.4 bluetooth-adapters==0.3.2 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.2.2 +bluetooth-auto-recovery==0.3.0 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e1996e8955e..0af08e46034 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -338,7 +338,7 @@ blinkpy==0.19.0 bluetooth-adapters==0.3.2 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.2.2 +bluetooth-auto-recovery==0.3.0 # homeassistant.components.bond bond-async==0.1.22