From b2f86ddf76afc37f578f174db9fca148fefed6c3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 6 Sep 2022 08:48:39 -0500 Subject: [PATCH] Bump bluetooth-auto-recovery to 0.3.1 (#77898) --- 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 b98312040f0..ca6a76c55ae 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -7,7 +7,7 @@ "requirements": [ "bleak==0.16.0", "bluetooth-adapters==0.3.4", - "bluetooth-auto-recovery==0.3.0" + "bluetooth-auto-recovery==0.3.1" ], "codeowners": ["@bdraco"], "config_flow": true, diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1299abcd61b..09102494074 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.16.0 bluetooth-adapters==0.3.4 -bluetooth-auto-recovery==0.3.0 +bluetooth-auto-recovery==0.3.1 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==37.0.4 diff --git a/requirements_all.txt b/requirements_all.txt index bd6b6618852..7e85b21b3e0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -433,7 +433,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.3.4 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.0 +bluetooth-auto-recovery==0.3.1 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8fa6eb8c8f0..229beae8150 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -344,7 +344,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.3.4 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.0 +bluetooth-auto-recovery==0.3.1 # homeassistant.components.bond bond-async==0.1.22