From 6362ca1052f4042ccf2759dea0293e32a1445b79 Mon Sep 17 00:00:00 2001
From: Erik Montnemery <erik@montnemery.com>
Date: Tue, 30 Jul 2024 21:52:25 +0200
Subject: [PATCH] Bump pyhomeworks to 1.1.0 (#122870)

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

diff --git a/homeassistant/components/homeworks/manifest.json b/homeassistant/components/homeworks/manifest.json
index 9b447ef4aea..1ba0672c9f1 100644
--- a/homeassistant/components/homeworks/manifest.json
+++ b/homeassistant/components/homeworks/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/homeworks",
   "iot_class": "local_push",
   "loggers": ["pyhomeworks"],
-  "requirements": ["pyhomeworks==1.0.0"]
+  "requirements": ["pyhomeworks==1.1.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index e0d502f3000..80f4ab6bc4a 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1903,7 +1903,7 @@ pyhiveapi==0.5.16
 pyhomematic==0.1.77
 
 # homeassistant.components.homeworks
-pyhomeworks==1.0.0
+pyhomeworks==1.1.0
 
 # homeassistant.components.ialarm
 pyialarm==2.2.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index a1037d5109f..fa24095e5e2 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1517,7 +1517,7 @@ pyhiveapi==0.5.16
 pyhomematic==0.1.77
 
 # homeassistant.components.homeworks
-pyhomeworks==1.0.0
+pyhomeworks==1.1.0
 
 # homeassistant.components.ialarm
 pyialarm==2.2.0
-- 
GitLab