diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index aa890a47a41..3043d6412a4 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.5", - "bluetooth-auto-recovery==0.3.1" + "bluetooth-auto-recovery==0.3.2" ], "codeowners": ["@bdraco"], "config_flow": true, diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 9608cdbfe9e..1a1fcb9da84 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.5 -bluetooth-auto-recovery==0.3.1 +bluetooth-auto-recovery==0.3.2 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==37.0.4 diff --git a/requirements_all.txt b/requirements_all.txt index b02587fffb1..e3a2be7b16a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -433,7 +433,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.3.5 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.1 +bluetooth-auto-recovery==0.3.2 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 16abe872d33..c75ad99b6dc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -344,7 +344,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.3.5 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.1 +bluetooth-auto-recovery==0.3.2 # homeassistant.components.bond bond-async==0.1.22