diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index ab3f9906f0b..35659a0b1db 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -10,7 +10,7 @@ "bleak-retry-connector==2.10.2", "bluetooth-adapters==0.12.0", "bluetooth-auto-recovery==1.0.3", - "bluetooth-data-tools==0.3.0", + "bluetooth-data-tools==0.3.1", "dbus-fast==1.75.0" ], "codeowners": ["@bdraco"], diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index ea272dcacc0..9282e0bd8a2 100644 --- a/homeassistant/components/led_ble/manifest.json +++ b/homeassistant/components/led_ble/manifest.json @@ -3,7 +3,7 @@ "name": "LED BLE", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/led_ble/", - "requirements": ["bluetooth-data-tools==0.3.0", "led-ble==1.0.0"], + "requirements": ["bluetooth-data-tools==0.3.1", "led-ble==1.0.0"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "bluetooth": [ diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 674271b427f..cf6cf03c472 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -14,7 +14,7 @@ bleak-retry-connector==2.10.2 bleak==0.19.2 bluetooth-adapters==0.12.0 bluetooth-auto-recovery==1.0.3 -bluetooth-data-tools==0.3.0 +bluetooth-data-tools==0.3.1 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==38.0.3 diff --git a/requirements_all.txt b/requirements_all.txt index 859baba3364..184accfaedd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -454,7 +454,7 @@ bluetooth-auto-recovery==1.0.3 # homeassistant.components.bluetooth # homeassistant.components.led_ble -bluetooth-data-tools==0.3.0 +bluetooth-data-tools==0.3.1 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2d96c425c5b..374d7b916e1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -368,7 +368,7 @@ bluetooth-auto-recovery==1.0.3 # homeassistant.components.bluetooth # homeassistant.components.led_ble -bluetooth-data-tools==0.3.0 +bluetooth-data-tools==0.3.1 # homeassistant.components.bond bond-async==0.1.22