From d58b2d1b32b5cc6f10bc32a1b4d6d9b4d3098d86 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:22:42 +0200 Subject: [PATCH] Update dbus-fast to 2.24.3 (#127683) --- 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 0d17be70e0b..a17c17cc138 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -19,7 +19,7 @@ "bluetooth-adapters==0.19.4", "bluetooth-auto-recovery==1.4.2", "bluetooth-data-tools==1.20.0", - "dbus-fast==2.24.0", + "dbus-fast==2.24.3", "habluetooth==3.4.0" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a8f87f2796b..bd205c74f06 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -24,7 +24,7 @@ cached-ipaddress==0.7.0 certifi>=2021.5.30 ciso8601==2.3.1 cryptography==43.0.1 -dbus-fast==2.24.0 +dbus-fast==2.24.3 fnv-hash-fast==1.0.2 ha-av==10.1.1 ha-ffmpeg==3.2.0 diff --git a/requirements_all.txt b/requirements_all.txt index 3767c0e746b..9c7c78daa3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -712,7 +712,7 @@ datadog==0.15.0 datapoint==0.9.9 # homeassistant.components.bluetooth -dbus-fast==2.24.0 +dbus-fast==2.24.3 # homeassistant.components.debugpy debugpy==1.8.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7036b1a3786..39ef2fb781f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -608,7 +608,7 @@ datadog==0.15.0 datapoint==0.9.9 # homeassistant.components.bluetooth -dbus-fast==2.24.0 +dbus-fast==2.24.3 # homeassistant.components.debugpy debugpy==1.8.6 -- GitLab