diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index e2daee3650d..b2b4c771e51 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -10,7 +10,7 @@ "bleak-retry-connector==2.8.4", "bluetooth-adapters==0.7.0", "bluetooth-auto-recovery==0.3.6", - "bluetooth-data-tools==0.2.0", + "bluetooth-data-tools==0.3.0", "dbus-fast==1.73.0" ], "codeowners": ["@bdraco"], diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 603d1bba36a..d75ba977556 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -14,7 +14,7 @@ bleak-retry-connector==2.8.4 bleak==0.19.2 bluetooth-adapters==0.7.0 bluetooth-auto-recovery==0.3.6 -bluetooth-data-tools==0.2.0 +bluetooth-data-tools==0.3.0 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==38.0.3 diff --git a/requirements_all.txt b/requirements_all.txt index 64bc5a88e78..4e9d3aa8f1a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -452,10 +452,12 @@ bluetooth-adapters==0.7.0 # homeassistant.components.bluetooth bluetooth-auto-recovery==0.3.6 -# homeassistant.components.bluetooth # homeassistant.components.led_ble bluetooth-data-tools==0.2.0 +# homeassistant.components.bluetooth +bluetooth-data-tools==0.3.0 + # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 505260d255d..494309b5109 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -366,10 +366,12 @@ bluetooth-adapters==0.7.0 # homeassistant.components.bluetooth bluetooth-auto-recovery==0.3.6 -# homeassistant.components.bluetooth # homeassistant.components.led_ble bluetooth-data-tools==0.2.0 +# homeassistant.components.bluetooth +bluetooth-data-tools==0.3.0 + # homeassistant.components.bond bond-async==0.1.22