From d89412ca7500f5321c5be8ce8dd52b3f86035e89 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Wed, 5 Feb 2025 03:18:10 +0100
Subject: [PATCH] Update aionut to 4.3.4 (#137389)

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

diff --git a/homeassistant/components/nut/manifest.json b/homeassistant/components/nut/manifest.json
index 9e968b5a349..fb6c8561b25 100644
--- a/homeassistant/components/nut/manifest.json
+++ b/homeassistant/components/nut/manifest.json
@@ -7,6 +7,6 @@
   "integration_type": "device",
   "iot_class": "local_polling",
   "loggers": ["aionut"],
-  "requirements": ["aionut==4.3.3"],
+  "requirements": ["aionut==4.3.4"],
   "zeroconf": ["_nut._tcp.local."]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index cf5571e3640..eed001f0fff 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -315,7 +315,7 @@ aionanoleaf==0.2.1
 aionotion==2024.03.0
 
 # homeassistant.components.nut
-aionut==4.3.3
+aionut==4.3.4
 
 # homeassistant.components.oncue
 aiooncue==0.3.7
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4182d4e1af4..cca7e603ab7 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -297,7 +297,7 @@ aionanoleaf==0.2.1
 aionotion==2024.03.0
 
 # homeassistant.components.nut
-aionut==4.3.3
+aionut==4.3.4
 
 # homeassistant.components.oncue
 aiooncue==0.3.7
-- 
GitLab