From 2cffb4df6d53339fb71c5affd149ff1d7657c958 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Sun, 12 Nov 2023 02:33:48 -0600
Subject: [PATCH] Bump pyunifiprotect to 4.21.0 (#103832)

changelog: https://github.com/AngellusMortis/pyunifiprotect/compare/v4.20.0...v4.21.0
---
 homeassistant/components/unifiprotect/manifest.json | 2 +-
 requirements_all.txt                                | 2 +-
 requirements_test_all.txt                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/unifiprotect/manifest.json b/homeassistant/components/unifiprotect/manifest.json
index b63700720e6..ee6f6d05548 100644
--- a/homeassistant/components/unifiprotect/manifest.json
+++ b/homeassistant/components/unifiprotect/manifest.json
@@ -41,7 +41,7 @@
   "iot_class": "local_push",
   "loggers": ["pyunifiprotect", "unifi_discovery"],
   "quality_scale": "platinum",
-  "requirements": ["pyunifiprotect==4.20.0", "unifi-discovery==1.1.7"],
+  "requirements": ["pyunifiprotect==4.21.0", "unifi-discovery==1.1.7"],
   "ssdp": [
     {
       "manufacturer": "Ubiquiti Networks",
diff --git a/requirements_all.txt b/requirements_all.txt
index 88631b18cc7..039740f7ba7 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2241,7 +2241,7 @@ pytrydan==0.4.0
 pyudev==0.23.2
 
 # homeassistant.components.unifiprotect
-pyunifiprotect==4.20.0
+pyunifiprotect==4.21.0
 
 # homeassistant.components.uptimerobot
 pyuptimerobot==22.2.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 58d9095b837..fbdbf86fc94 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1673,7 +1673,7 @@ pytrydan==0.4.0
 pyudev==0.23.2
 
 # homeassistant.components.unifiprotect
-pyunifiprotect==4.20.0
+pyunifiprotect==4.21.0
 
 # homeassistant.components.uptimerobot
 pyuptimerobot==22.2.0
-- 
GitLab