From 88ef8cc51a2f433888f3f48335b93da398b81ce8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 19 Dec 2022 10:45:39 -1000 Subject: [PATCH] Bump bluetooth-data-tools to 0.3.1 (#84258) changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v0.3.0...v0.3.1 --- homeassistant/components/bluetooth/manifest.json | 2 +- homeassistant/components/led_ble/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 80ffef52098..ef5f7ee3e47 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.14.1", "bluetooth-auto-recovery==1.0.3", - "bluetooth-data-tools==0.3.0", + "bluetooth-data-tools==0.3.1", "dbus-fast==1.82.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 3dadf1423da..2030c0abbef 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.14.1 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 ebc4dd97afc..7df22193abf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -460,7 +460,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 76867989eef..412ad64b032 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -374,7 +374,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