From 8742c550be71f937c886d51cbe7f0fb3e10ff711 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Sep 2023 06:25:25 -0500 Subject: [PATCH] Upgrade bluetooth deps to fix timeout behavior on py3.11 (#99879) --- homeassistant/components/bluetooth/manifest.json | 6 +++--- homeassistant/package_constraints.txt | 6 +++--- requirements_all.txt | 6 +++--- requirements_test_all.txt | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 4231e03c2ef..a3c40f739aa 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -15,9 +15,9 @@ "quality_scale": "internal", "requirements": [ "bleak==0.21.0", - "bleak-retry-connector==3.1.2", - "bluetooth-adapters==0.16.0", - "bluetooth-auto-recovery==1.2.1", + "bleak-retry-connector==3.1.3", + "bluetooth-adapters==0.16.1", + "bluetooth-auto-recovery==1.2.2", "bluetooth-data-tools==1.11.0", "dbus-fast==1.95.2" ] diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 629e654bb7b..8fc7d629470 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -8,10 +8,10 @@ atomicwrites-homeassistant==1.4.1 attrs==23.1.0 awesomeversion==22.9.0 bcrypt==4.0.1 -bleak-retry-connector==3.1.2 +bleak-retry-connector==3.1.3 bleak==0.21.0 -bluetooth-adapters==0.16.0 -bluetooth-auto-recovery==1.2.1 +bluetooth-adapters==0.16.1 +bluetooth-auto-recovery==1.2.2 bluetooth-data-tools==1.11.0 certifi>=2021.5.30 ciso8601==2.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index a9ff02dfac5..5a9d627e6e1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -519,7 +519,7 @@ bimmer-connected==0.14.0 bizkaibus==0.1.1 # homeassistant.components.bluetooth -bleak-retry-connector==3.1.2 +bleak-retry-connector==3.1.3 # homeassistant.components.bluetooth bleak==0.21.0 @@ -541,10 +541,10 @@ bluemaestro-ble==0.2.3 # bluepy==1.3.0 # homeassistant.components.bluetooth -bluetooth-adapters==0.16.0 +bluetooth-adapters==0.16.1 # homeassistant.components.bluetooth -bluetooth-auto-recovery==1.2.1 +bluetooth-auto-recovery==1.2.2 # homeassistant.components.bluetooth # homeassistant.components.esphome diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 74c38e5d162..ac9333a9a37 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -437,7 +437,7 @@ bellows==0.36.3 bimmer-connected==0.14.0 # homeassistant.components.bluetooth -bleak-retry-connector==3.1.2 +bleak-retry-connector==3.1.3 # homeassistant.components.bluetooth bleak==0.21.0 @@ -452,10 +452,10 @@ blinkpy==0.21.0 bluemaestro-ble==0.2.3 # homeassistant.components.bluetooth -bluetooth-adapters==0.16.0 +bluetooth-adapters==0.16.1 # homeassistant.components.bluetooth -bluetooth-auto-recovery==1.2.1 +bluetooth-auto-recovery==1.2.2 # homeassistant.components.bluetooth # homeassistant.components.esphome