From d0bff1050271c2d857dd62fa01464c385b6c684b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 18 Oct 2023 07:14:13 -1000 Subject: [PATCH] Bump dbus-fast to 2.12.0 (#102206) --- homeassistant/components/bluetooth/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 04815dc8972..9cdf7f2df35 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -19,6 +19,6 @@ "bluetooth-adapters==0.16.1", "bluetooth-auto-recovery==1.2.3", "bluetooth-data-tools==1.12.0", - "dbus-fast==2.11.1" + "dbus-fast==2.12.0" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e1ec8425630..a526928da4e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -16,7 +16,7 @@ bluetooth-data-tools==1.12.0 certifi>=2021.5.30 ciso8601==2.3.0 cryptography==41.0.4 -dbus-fast==2.11.1 +dbus-fast==2.12.0 fnv-hash-fast==0.4.1 ha-av==10.1.1 hass-nabucasa==0.73.0 diff --git a/requirements_all.txt b/requirements_all.txt index c5b17fa6a56..f866e45e0f0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -654,7 +654,7 @@ datadog==0.15.0 datapoint==0.9.8;python_version<'3.12' # homeassistant.components.bluetooth -dbus-fast==2.11.1 +dbus-fast==2.12.0 # homeassistant.components.debugpy debugpy==1.8.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 047a0c028b5..1613d79763a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -537,7 +537,7 @@ datadog==0.15.0 datapoint==0.9.8;python_version<'3.12' # homeassistant.components.bluetooth -dbus-fast==2.11.1 +dbus-fast==2.12.0 # homeassistant.components.debugpy debugpy==1.8.0