From 457a7216ff877f185faee5175d350fe5a2fddb73 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Tue, 4 Mar 2025 17:51:31 -1000
Subject: [PATCH] Bump dbus-fast to 2.35.1 (#139809)

---
 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 d293d450e25..177f0d67a03 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -20,7 +20,7 @@
     "bluetooth-adapters==0.21.4",
     "bluetooth-auto-recovery==1.4.4",
     "bluetooth-data-tools==1.25.0",
-    "dbus-fast==2.33.0",
+    "dbus-fast==2.35.1",
     "habluetooth==3.24.1"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index d7997e9e54d..59b9b6f14af 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -29,7 +29,7 @@ certifi>=2021.5.30
 ciso8601==2.3.2
 cronsim==2.6
 cryptography==44.0.1
-dbus-fast==2.33.0
+dbus-fast==2.35.1
 fnv-hash-fast==1.4.0
 go2rtc-client==0.1.2
 ha-ffmpeg==3.2.2
diff --git a/requirements_all.txt b/requirements_all.txt
index c3a085d2a7a..ae055360fff 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -744,7 +744,7 @@ datadog==0.15.0
 datapoint==0.9.9
 
 # homeassistant.components.bluetooth
-dbus-fast==2.33.0
+dbus-fast==2.35.1
 
 # homeassistant.components.debugpy
 debugpy==1.8.11
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 680005447ad..17dd1c7009d 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -640,7 +640,7 @@ datadog==0.15.0
 datapoint==0.9.9
 
 # homeassistant.components.bluetooth
-dbus-fast==2.33.0
+dbus-fast==2.35.1
 
 # homeassistant.components.debugpy
 debugpy==1.8.11
-- 
GitLab