diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index c0e85f3dc58..c33106d13cc 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -161,5 +161,5 @@ "iot_class": "local_polling", "loggers": ["kasa"], "quality_scale": "platinum", - "requirements": ["python-kasa[speedups]==0.5.2"] + "requirements": ["python-kasa[speedups]==0.5.3"] } diff --git a/requirements_all.txt b/requirements_all.txt index 0429a807259..729cd3b478a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2105,7 +2105,7 @@ python-join-api==0.0.9 python-juicenet==1.1.0 # homeassistant.components.tplink -python-kasa[speedups]==0.5.2 +python-kasa[speedups]==0.5.3 # homeassistant.components.lirc # python-lirc==1.2.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e07523e1892..0620b82e14b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1546,7 +1546,7 @@ python-izone==1.2.9 python-juicenet==1.1.0 # homeassistant.components.tplink -python-kasa[speedups]==0.5.2 +python-kasa[speedups]==0.5.3 # homeassistant.components.matter python-matter-server==3.6.3