From 6c47f03d17d3f297dc784e922fff33c2e45a6485 Mon Sep 17 00:00:00 2001
From: Noah Husby <32528627+noahhusby@users.noreply.github.com>
Date: Tue, 31 Dec 2024 16:21:14 -0500
Subject: [PATCH] Bump aiorussound to 4.4.0 (#134366)

---
 homeassistant/components/russound_rio/manifest.json | 2 +-
 requirements_all.txt                                | 2 +-
 requirements_test_all.txt                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/russound_rio/manifest.json b/homeassistant/components/russound_rio/manifest.json
index a7849049e40..f91406e8a4b 100644
--- a/homeassistant/components/russound_rio/manifest.json
+++ b/homeassistant/components/russound_rio/manifest.json
@@ -7,6 +7,6 @@
   "iot_class": "local_push",
   "loggers": ["aiorussound"],
   "quality_scale": "silver",
-  "requirements": ["aiorussound==4.3.0"],
+  "requirements": ["aiorussound==4.4.0"],
   "zeroconf": ["_rio._tcp.local."]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 256c0cb15d7..78cf121f231 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -356,7 +356,7 @@ aioridwell==2024.01.0
 aioruckus==0.42
 
 # homeassistant.components.russound_rio
-aiorussound==4.3.0
+aiorussound==4.4.0
 
 # homeassistant.components.ruuvi_gateway
 aioruuvigateway==0.1.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 8c0eb35d7ff..073704015c7 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -338,7 +338,7 @@ aioridwell==2024.01.0
 aioruckus==0.42
 
 # homeassistant.components.russound_rio
-aiorussound==4.3.0
+aiorussound==4.4.0
 
 # homeassistant.components.ruuvi_gateway
 aioruuvigateway==0.1.0
-- 
GitLab