From 5583b04aebbfc3b5436b4976c52f38610a7a1710 Mon Sep 17 00:00:00 2001 From: FL550 Date: Sat, 9 Nov 2024 10:35:20 +0000 Subject: [PATCH] Version bump of dependency --- custom_components/dwd_weather/const.py | 2 +- custom_components/dwd_weather/manifest.json | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/custom_components/dwd_weather/const.py b/custom_components/dwd_weather/const.py index 078d484..532eba6 100644 --- a/custom_components/dwd_weather/const.py +++ b/custom_components/dwd_weather/const.py @@ -14,7 +14,7 @@ Platform.SENSOR, Platform.WEATHER, ] -INTEGRATION_VERSION = "2.1.22" +INTEGRATION_VERSION = "2.1.23" MIN_REQUIRED_HA_VERSION = "2024.10" ATTR_LATEST_UPDATE = "latest_update_utc" diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index c7fd5fe..f120e78 100644 --- a/custom_components/dwd_weather/manifest.json +++ b/custom_components/dwd_weather/manifest.json @@ -1,6 +1,6 @@ { "domain": "dwd_weather", - "version": "2.1.22", + "version": "2.1.23", "name": "Deutscher Wetterdienst (DWD)", "documentation": "https://github.com/FL550/dwd_weather", "issue_tracker": "https://github.com/FL550/dwd_weather/issues", @@ -10,16 +10,9 @@ "@FL550" ], "requirements": [ - "simple_dwd_weatherforecast==2.1.10", + "simple_dwd_weatherforecast==2.1.11", "markdownify==0.6.5", - "suntimes==1.1.2", - "lxml", - "requests", - "Pillow", - "arrow", - "stream-inflate==0.0.14", - "stream-unzip==0.0.95", - "httpx" + "suntimes==1.1.2" ], "iot_class": "cloud_polling" }