From 4a0b6af8c10ac1c65055bad1c5d5c0eb7f053222 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:56:54 +0100 Subject: [PATCH] Update dwdwfsapi to 1.0.7 (#108377) --- homeassistant/components/dwd_weather_warnings/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/dwd_weather_warnings/manifest.json b/homeassistant/components/dwd_weather_warnings/manifest.json index 1a497b64ae3..e74ea6fe862 100644 --- a/homeassistant/components/dwd_weather_warnings/manifest.json +++ b/homeassistant/components/dwd_weather_warnings/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["dwdwfsapi"], - "requirements": ["dwdwfsapi==1.0.6"] + "requirements": ["dwdwfsapi==1.0.7"] } diff --git a/requirements_all.txt b/requirements_all.txt index d945d3bb761..22b84402904 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -722,7 +722,7 @@ dropmqttapi==1.0.2 dsmr-parser==1.3.1 # homeassistant.components.dwd_weather_warnings -dwdwfsapi==1.0.6 +dwdwfsapi==1.0.7 # homeassistant.components.dweet dweepy==0.3.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d4f7465f2b1..7d822a01b45 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -591,7 +591,7 @@ dropmqttapi==1.0.2 dsmr-parser==1.3.1 # homeassistant.components.dwd_weather_warnings -dwdwfsapi==1.0.6 +dwdwfsapi==1.0.7 # homeassistant.components.dynalite dynalite-devices==0.1.47