diff --git a/homeassistant/components/iskra/manifest.json b/homeassistant/components/iskra/manifest.json index da983db99697..e378a1442d2e 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 b033c7eb053a..64e51835c0aa 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 992c5aaee1d2..dabe084e2fb0 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 ef62d4970dd1..f33fb176860b 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