From 4b53471b6098e0bbf53e71ab29dcad1a22f39136 Mon Sep 17 00:00:00 2001
From: Michael <35783820+mib1185@users.noreply.github.com>
Date: Wed, 24 Apr 2024 20:09:40 +0200
Subject: [PATCH] Bump aiopegelonline to 0.0.10 (#116114)

bump aiopegelonline to 0.0.10
---
 homeassistant/components/pegel_online/manifest.json | 2 +-
 requirements_all.txt                                | 2 +-
 requirements_test_all.txt                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/pegel_online/manifest.json b/homeassistant/components/pegel_online/manifest.json
index d193fd7487a..d51278d0c1b 100644
--- a/homeassistant/components/pegel_online/manifest.json
+++ b/homeassistant/components/pegel_online/manifest.json
@@ -7,5 +7,5 @@
   "integration_type": "service",
   "iot_class": "cloud_polling",
   "loggers": ["aiopegelonline"],
-  "requirements": ["aiopegelonline==0.0.9"]
+  "requirements": ["aiopegelonline==0.0.10"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 75a7411c64b..ee8a074bf6b 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -318,7 +318,7 @@ aioopenexchangerates==0.4.0
 aiooui==0.1.5
 
 # homeassistant.components.pegel_online
-aiopegelonline==0.0.9
+aiopegelonline==0.0.10
 
 # homeassistant.components.acmeda
 aiopulse==0.4.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4e8f9ecb69f..2eb9a80281f 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -291,7 +291,7 @@ aioopenexchangerates==0.4.0
 aiooui==0.1.5
 
 # homeassistant.components.pegel_online
-aiopegelonline==0.0.9
+aiopegelonline==0.0.10
 
 # homeassistant.components.acmeda
 aiopulse==0.4.4
-- 
GitLab