From 905005e1e80c61e3262c3f3e13af455b52fab59f Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Thu, 3 Nov 2022 12:51:38 +0100
Subject: [PATCH] Bump dbus-fast 1.64.0 (#81462)

- Performance improvements

changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.61.1...v1.64.0
---
 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 89281323541..bcb7ce9b156 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -10,7 +10,7 @@
     "bleak-retry-connector==2.8.2",
     "bluetooth-adapters==0.6.0",
     "bluetooth-auto-recovery==0.3.6",
-    "dbus-fast==1.61.1"
+    "dbus-fast==1.64.0"
   ],
   "codeowners": ["@bdraco"],
   "config_flow": true,
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 17674a0b1b4..160f313d883 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -17,7 +17,7 @@ bluetooth-auto-recovery==0.3.6
 certifi>=2021.5.30
 ciso8601==2.2.0
 cryptography==38.0.3
-dbus-fast==1.61.1
+dbus-fast==1.64.0
 fnvhash==0.1.0
 hass-nabucasa==0.56.0
 home-assistant-bluetooth==1.6.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 9e0c18e2988..5977ba97286 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -543,7 +543,7 @@ datadog==0.15.0
 datapoint==0.9.8
 
 # homeassistant.components.bluetooth
-dbus-fast==1.61.1
+dbus-fast==1.64.0
 
 # homeassistant.components.debugpy
 debugpy==1.6.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 5023fce634d..a90f9060d06 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -423,7 +423,7 @@ datadog==0.15.0
 datapoint==0.9.8
 
 # homeassistant.components.bluetooth
-dbus-fast==1.61.1
+dbus-fast==1.64.0
 
 # homeassistant.components.debugpy
 debugpy==1.6.3
-- 
GitLab