From 15245707a52403f10c436bf518ab9b9b950dbef6 Mon Sep 17 00:00:00 2001 From: Iskra kranj <162285659+iskrakranj@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:09:19 +0200 Subject: [PATCH] Bump pyiskra to 0.1.26 (#151489) --- homeassistant/components/iskra/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/licenses.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/iskra/manifest.json b/homeassistant/components/iskra/manifest.json index da983db9969..e378a1442d2 100644 --- a/homeassistant/components/iskra/manifest.json +++ b/homeassistant/components/iskra/manifest.json @@ -7,5 +7,5 @@ "integration_type": "hub", "iot_class": "local_polling", "loggers": ["pyiskra"], - "requirements": ["pyiskra==0.1.21"] + "requirements": ["pyiskra==0.1.26"] } diff --git a/requirements_all.txt b/requirements_all.txt index e76a7c25610..ea8eca220a8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2057,7 +2057,7 @@ pyiqvia==2022.04.0 pyirishrail==0.0.2 # homeassistant.components.iskra -pyiskra==0.1.21 +pyiskra==0.1.26 # homeassistant.components.iss pyiss==1.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 148fd2c5ca6..c25c24e8732 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1711,7 +1711,7 @@ pyipp==0.17.0 pyiqvia==2022.04.0 # homeassistant.components.iskra -pyiskra==0.1.21 +pyiskra==0.1.26 # homeassistant.components.iss pyiss==1.0.1 diff --git a/script/licenses.py b/script/licenses.py index ef62d4970dd..f33fb176860 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -212,7 +212,6 @@ TODO = { "0.12.3" ), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved? "caldav": AwesomeVersion("1.6.0"), # None -- GPL -- ['GNU General Public License (GPL)', 'Apache Software License'] # https://github.com/python-caldav/caldav - "pyiskra": AwesomeVersion("0.1.21"), # None -- GPL -- ['GNU General Public License v3 (GPLv3)'] "xbox-webapi": AwesomeVersion("2.1.0"), # None -- GPL -- ['MIT License'] } # fmt: on