diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 21755723772..29c534322f2 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.2.0", - "bluetooth-auto-recovery==0.2.1" + "bluetooth-auto-recovery==0.2.2" ], "codeowners": ["@bdraco"], "config_flow": true, diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 12febc7c2e3..412a1841394 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ awesomeversion==22.6.0 bcrypt==3.1.7 bleak==0.15.1 bluetooth-adapters==0.2.0 -bluetooth-auto-recovery==0.2.1 +bluetooth-auto-recovery==0.2.2 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==37.0.4 diff --git a/requirements_all.txt b/requirements_all.txt index 50064f5af89..89ac7e7d77b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -427,7 +427,7 @@ blockchain==1.4.4 bluetooth-adapters==0.2.0 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.2.1 +bluetooth-auto-recovery==0.2.2 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 81bc764f519..9504c1bd1ae 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -338,7 +338,7 @@ blinkpy==0.19.0 bluetooth-adapters==0.2.0 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.2.1 +bluetooth-auto-recovery==0.2.2 # homeassistant.components.bond bond-async==0.1.22